开发者

How can I stop a UISearchDisplayController from updating as I type?

开发者 https://www.devze.com 2023-01-11 03:36 出处:网络
How can I 开发者_StackOverflow社区stop a UISearchDisplayController from updating as I type? numberOfRowsInSection gets called many times as the user types.You could change the UISearchBar\'s delegate

How can I 开发者_StackOverflow社区stop a UISearchDisplayController from updating as I type? numberOfRowsInSection gets called many times as the user types.


You could change the UISearchBar's delegate to your view controller, and then only forward some messages to the UISearchDisplayController.

0

精彩评论

暂无评论...
验证码 换一张
取 消