macOS/iOS API解説

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

目次

UISearchBarクラス

INDEX>UIKit>

検索バーを表示するためのクラス
継承 UIView : UIResponder : NSObject
準拠 NSCoding (UIView)
UIAppearance (UIView)
UIAppearanceContainer (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 2.0
定義 UISearchBar.h

概要

参照

メソッドとプロパティ

テキストの内容

placeholder property
prompt property
text property

属性の表示

barStyle property
tintColor property
translucent property

テキスト入力プロパティ autocapitalizationType property

autocorrectionType property
keyboardType property

ボタンのスコープ

scopeButtonTitles property
selectedScopeButtonIndex property
showsScopeBar property

デリゲート

delegate property