码迷,mamicode.com
首页 > 移动开发 > 详细

iOS UISearchDisplayDelegate

时间:2014-10-10 14:12:04      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:ios

搜索状态改变


  • – searchDisplayControllerWillBeginSearch://将要开始搜索
  • – searchDisplayControllerDidBeginSearch://已经开始搜索
  • – searchDisplayControllerWillEndSearch://将要结束搜索
  • – searchDisplayControllerDidEndSearch:// 已经结束搜索



装载和卸载tableview


  • – searchDisplayController:didLoadSearchResultsTableView://控制器装载完成tableview
  • – searchDisplayController:willUnloadSearchResultsTableView://控制器将要卸载tableview


显示和隐藏tableview


  • – searchDisplayController:willShowSearchResultsTableView://table 将要显示
  • – searchDisplayController:didShowSearchResultsTableView: //table已经显示
  • – searchDisplayController:willHideSearchResultsTableView://table将要隐藏
  • – searchDisplayController:didHideSearchResultsTableView: //table已经显示



改变搜索条件的响应


  • – searchDisplayController:shouldReloadTableForSearchString://改变查找字符串
  • – searchDisplayController:shouldReloadTableForSearchScope://改变查找范围(在SearchBar中应用show scope属性的时候用)

iOS UISearchDisplayDelegate

标签:ios

原文地址:http://blog.csdn.net/u010123208/article/details/39960349

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!