iBooks 搜索风格
我想同时执行多个搜索操作,并在结果出现时更新 UITableView,类似于 iBooks 搜索。
困难的部分是在搜索进行时使表视图刷新显示。
任何建议将不胜感激。
I'd like to perform multiple search operations at the same time and update UITableView as results appear, similar to the iBooks search.
The hard part is to make the table view refresh the display while search is going on.
Any suggestions will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该在单独的线程中进行搜索,以使 UI 保持响应。当搜索完成并且 UITableView 的 dataSource 更新时,您应该调用:
You should search in separate thread to UI remains responsive. When search has finished and dataSource of UITableView updated you should call: