在故事板中设置时,UISearchBar不显示范围栏

时间:2014-11-19 12:43:19

标签: ios ios7 storyboard uisearchbar

我想将带有范围栏的searchBar添加到tableview的顶部,我使用storyboard构建应用程序。在我添加范围栏之前它很有效。

enter image description here

然后我检查属性检查器中的checkBox并添加两个范围标题: enter image description here

搜索栏就是这样:

enter image description here 喜欢出问题。

我删除了设置并尝试使用代码:



self.searchBar.showsScopeBar = YES;
self.searchBar.scopeButtonTitles = @[@"title1",@"title2",@"title3"];




除了copeButtons的颜色外似乎运行良好: enter image description here

我使用的是XCode6.1,部署目标是7.0,有人有想法吗?

1 个答案:

答案 0 :(得分:-1)

如果您正在使用故事板,您的视图控制器应由导航控制器控制,并根据需要使用文档轮廓拖放。