macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UISearchDisplayDelegateプロトコル

INDEX>UIKit>

apple

準拠 NSObject
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 3.0以降
定義 UISearchDisplayController.h

概要

メソッドとプロパティ

Search State Change

– searchDisplayControllerWillBeginSearch:
– searchDisplayControllerDidBeginSearch:
– searchDisplayControllerWillEndSearch:
– searchDisplayControllerDidEndSearch:

Loading and Unloading the Table View

– searchDisplayController:didLoadSearchResultsTableView:
– searchDisplayController:willUnloadSearchResultsTableView:

Showing and Hiding the Table View

– searchDisplayController:willShowSearchResultsTableView:
– searchDisplayController:didShowSearchResultsTableView:
– searchDisplayController:willHideSearchResultsTableView:
– searchDisplayController:didHideSearchResultsTableView:

Responding to Changes in Search Criteria

– searchDisplayController:shouldReloadTableForSearchString:
– searchDisplayController:shouldReloadTableForSearchScope:

クラス

参照

編集時のバージョン

OS X 10.8
iOS 6.1