UISearchController 搜索栏无法激活
Posted
技术标签:
【中文标题】UISearchController 搜索栏无法激活【英文标题】:UISearchController search bar cannot be activated 【发布时间】:2015-03-22 23:47:41 【问题描述】:UISearchBar
对象和它的UISearchBarTextField
子视图都返回NO
为canBecomeFirstResponder
。在什么情况下UISearchController
会阻止搜索?
【问题讨论】:
【参考方案1】:这是因为包含搜索栏的视图控制器尚未被视为“出现”。
【讨论】:
以上是关于UISearchController 搜索栏无法激活的主要内容,如果未能解决你的问题,请参考以下文章
无法在使用 UISearchController 实现的搜索栏中更改 TF 的背景颜色
在 UISearchController 中搜索时无法在 tableView 中滚动