标签: ios swift uisearchcontroller
是否可以获取UISearchContoller的段控件字符串?
我们以这种方式得到索引路径
searchController.searchBar.selectedScopeButtonIndex
但是我想获取String。而不是indexPath。
答案 0 :(得分:1)
searchController.searchBar.scopeButtonTitles![searchController.searchBar.selectedScopeButtonIndex]