如何在我输入时阻止 UISearchDisplayController 更新?
Posted
技术标签:
【中文标题】如何在我输入时阻止 UISearchDisplayController 更新?【英文标题】:How can I stop a UISearchDisplayController from updating as I type? 【发布时间】:2010-08-13 00:33:33 【问题描述】:numberOfRowsInSection 在用户键入时被多次调用。
【问题讨论】:
【参考方案1】:您可以将UISearchBar
的委托更改为您的视图控制器,然后只将一些消息转发给UISearchDisplayController
。
【讨论】:
以上是关于如何在我输入时阻止 UISearchDisplayController 更新?的主要内容,如果未能解决你的问题,请参考以下文章
使用 UITextField 和 UISearchDisplayController 代替 UISearchBar
防止 Emscripten 编译的 JavaScript 阻止某些关键输入