File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 </dict >
3333 </array >
3434 <key >CFBundleVersion </key >
35- <string >2.6.1.201505111125 </string >
35+ <string >2.6.1.201505131015 </string >
3636 <key >LSRequiresIPhoneOS </key >
3737 <true />
3838 <key >NSLocationWhenInUseUsageDescription </key >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ - (void)viewDidLoad {
4747 UISearchBar *searchBar = [[UISearchBar alloc ] init ];
4848 searchBar.delegate = self;
4949 [searchBar sizeToFit ];
50- [searchBar setPlaceholder: @" 姓名 /个性后缀" ];
50+ [searchBar setPlaceholder: @" 昵称 /个性后缀" ];
5151 searchBar;
5252 });
5353 _myTableView.tableHeaderView = _mySearchBar;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ - (void)loadView{
5656 UISearchBar *searchBar = [[UISearchBar alloc ] init ];
5757 searchBar.delegate = self;
5858 [searchBar sizeToFit ];
59- [searchBar setPlaceholder: @" 姓名 /个性后缀" ];
59+ [searchBar setPlaceholder: @" 昵称 /个性后缀" ];
6060 searchBar;
6161 });
6262 _myTableView.tableHeaderView = _mySearchBar;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ - (void)viewDidLoad{
9494 UISearchBar *searchBar = [[UISearchBar alloc ] init ];
9595 searchBar.delegate = self;
9696 [searchBar sizeToFit ];
97- [searchBar setPlaceholder: @" 姓名 /个性后缀" ];
97+ [searchBar setPlaceholder: @" 昵称 /个性后缀" ];
9898 searchBar;
9999 });
100100 _myTableView.tableHeaderView = _mySearchBar;
You can’t perform that action at this time.
0 commit comments