GET UISearchController的scopeButtonTitles字符串

时间:2016-09-12 10:25:55

标签: ios swift uisearchcontroller

是否可以获取UISearchContoller的段控件字符串?

我们以这种方式得到索引路径

searchController.searchBar.selectedScopeButtonIndex

但是我想获取String。而不是indexPath。

1 个答案:

答案 0 :(得分:1)

searchController.searchBar.scopeButtonTitles![searchController.searchBar.selectedScopeButtonIndex]