macOS/iOS API解説

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

目次

UISearchBar

UISearchBarクラス

INDEX>UIKit> 検索バー 継承 UIView : UIResponder : NSObject 準拠 NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0 定義 UISe…

showsSearchResultsButton

@property(nonatomic) BOOL showsSearchResultsButton 解説 返り値 フレームワーク UIKit クラス UISearchBar Instance Methods 使用可能 iPhone3.2 参照 例文

searchResultsButtonSelected

@property(nonatomic, getter=isSearchResultsButtonSelected) BOOL searchResultsButtonSelected 解説 フレームワーク UIKit クラス UISearchBar Instance Methods 使用可能 iPhone3.2 参照 例文

setShowsCancelButton:animated:

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

translucent

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

tintColor

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

text

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

showsScopeBar

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

showsCancelButton

解説 @property(nonatomic) BOOL showsCancelButton 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文

showsBookmarkButton

解説 @property(nonatomic) BOOL showsBookmarkButton 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文

selectedScopeButtonIndex

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

scopeButtonTitles

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

prompt

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

placeholder

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

keyboardType

解説 @property(nonatomic) UIKeyboardType keyboardType 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文

delegate

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

barStyle

解説 @property(nonatomic) UIBarStyle barStyle 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文

autocorrectionType

解説 @property(nonatomic) UITextAutocorrectionType autocorrectionType 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文

autocapitalizationType

解説 @property(nonatomic) UITextAutocapitalizationType autocapitalizationType 返り値 引数 フレームワーク UIKit クラス UISearchBar Property 使用可能 iPhone2.0 参照 例文