macOS/iOS API解説

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

目次

UIButton

currentTitleColor

INDEX>UIKit>UIButton 現在のタイトル文字色 @property(nonatomic, readonly, retain) UIColor *currentTitleColor 解説 この値はnilでないと保証される デフォルトの値は白 セットするには別途メソッドがある フレームワーク UIKit クラス UIButton Instanc…

currentTitle

INDEX>UIKit>UIButton ボタンのタイトル @property(nonatomic, readonly, retain) NSString *currentTitle 解説 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照 例文

currentImage

INDEX>UIKit>UIButton プロパティ 現在のボタン画像 解説 @property(nonatomic, readonly, retain) UIImage *currentImage 現在のボタン画像 nilではいけません。 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照 例文

currentBackgroundImage

INDEX>UIKit>UIButton プロパティ 現在の背景画像 解説 @property(nonatomic, readonly, retain) UIImage *currentBackgroundImage フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照 例文

contentEdgeInsets

INDEX>UIKit>UIButton ボタンの内側の処理 @property(nonatomic) UIEdgeInsets contentEdgeInsets 解説 返り値 引数 フレームワーク UIKit クラス UIButton 使用可能 iPhone2.0 参照 例文

buttonType

INDEX>UIKit>UIButton プロパティ ボタンタイプ 解説 @property(nonatomic, readonly) UIButtonType buttonType フレームワーク UIKit クラス UIButton Instance Methods 使用可能 iPhone2.0 参照 例文

adjustsImageWhenHighlighted

INDEX>UIKit>UIButton プロパティ ボタンがハイライトしたときに画像を変更するか 解説 @property(nonatomic) BOOL adjustsImageWhenHighlighted 返り値 引数 フレームワーク UIKit クラス UIButton Instance Methods 使用可能 iPhone2.0 参照 例文

adjustsImageWhenDisabled

INDEX>UIKit>UIButton プロパティ ボタンが使用できなくなったときに画像を変更するか 解説 @property(nonatomic) BOOL adjustsImageWhenDisabled 返り値 引数 フレームワーク UIKit クラス UIButton Instance Methods 使用可能 iPhone2.0 参照 例文