macOS/iOS API解説

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

目次

UISearchDisplayController

setActive:animated:

-(void)setActive:(BOOL)visible animated:(BOOL)animated 解説 返り値 ( void ) 引数 ( BOOL )visible ( BOOL )animated フレームワーク UIKit クラス UISearchDisplayController Instance Methods 使用可能 iPhone3.0 参照 例文

initWithSearchBar:contentsController:

-(id)initWithSearchBar:(UISearchBar *)searchBar contentsController:(UIViewController *)viewController 解説 返り値 ( id ) 引数 ( UISearchBar * )searchBar ( UIViewController * )viewController フレームワーク UIKit クラス UISearchDisplayContro…

searchResultsTableView

解説 @property(nonatomic, readonly) UITableView *searchResultsTableView 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

searchResultsDelegate

解説 @property(nonatomic, assign) id searchResultsDelegate 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

searchResultsDataSource

解説 @property(nonatomic, assign) id searchResultsDataSource 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

searchContentsController

解説 @property(nonatomic, readonly) UIViewController *searchContentsController 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

searchBar

解説 @property(nonatomic, readonly) UISearchBar *searchBar 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

delegate

解説 @property(nonatomic, assign) id delegate 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文

active

解説 @property(nonatomic, getter=isActive) BOOL active 返り値 引数 フレームワーク UIKit クラス UISearchDisplayController Property 使用可能 iPhone3.0 参照 例文