iOS8 上未显示 UISearchController
UISearchController not showing on iOS8
我有一个 UISearchController,它的 searchBar 设置为我的 tableView 的 tableHeaderView:
tableView.tableHeaderView = searchController.searchBar
运行s iOS9 在我的设备上运行良好:
但是当我 运行 在我的 运行ning iOS8 设备上时,没有搜索栏。
据我所知,UISearchController 可用于 iOS8 及更高版本。所以我不明白为什么它的 searchBar 没有出现在我的 iOS8 设备上。
UISearchBar 不会自动设置其大小添加此代码:
[searchController.searchBar sizeToFit];
我有一个 UISearchController,它的 searchBar 设置为我的 tableView 的 tableHeaderView:
tableView.tableHeaderView = searchController.searchBar
运行s iOS9 在我的设备上运行良好:
但是当我 运行 在我的 运行ning iOS8 设备上时,没有搜索栏。
据我所知,UISearchController 可用于 iOS8 及更高版本。所以我不明白为什么它的 searchBar 没有出现在我的 iOS8 设备上。
UISearchBar 不会自动设置其大小添加此代码:
[searchController.searchBar sizeToFit];