我要疯了!这是我的问题。我想显示UISearchBar.ScopeBar
何时开始搜索并在搜索后隐藏它。我在
iPhone 中找到了一个解决方案帖子:从 searchBar 中隐藏 scopeBar,
但它对我不起作用。这是我的代码:
self.friendSearchBar.scopeButtonTitles = [NSArray arrayWithObjects:@"Phone",@"Name", nil];
self.friendSearchBar.selectedScopeButtonIndex = 0;
self.friendSearchBar.showsScopeBar = YES;