macOS/iOS API解説

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

目次

UITextField

clearButtonMode

クリアボタンモード @property(nonatomic) UITextFieldViewMode clearButtonMode 解説 UITextFieldViewMode フレームワーク UIKit クラス UITextField Property 使用可能 iPhone2.0 参照 例文

borderStyle

外枠のスタイル 解説 @property(nonatomic) UITextBorderStyle borderStyle フレームワーク UIKit クラス UITextField Property 使用可能 iPhone2.0 参照 例文

background

背景画像 解説 @property(nonatomic, retain) UIImage *background フレームワーク UIKit クラス UITextField Property 使用可能 iPhone2.0 参照 例文

adjustsFontSizeToFitWidth

文字ボックスにすべての文字を表示するかどうか 解説 @property(nonatomic) BOOL adjustsFontSizeToFitWidth フレームワーク UIKit クラス UITextField Property 使用可能 iPhone2.0 参照 例文