UISwitch
INDEX>UIKit> ON/OFFのみ切り替えをするクラスです。 継承 UIControl : UIView : UIResponder : NSObject 準拠 NSCoding NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) フレームワーク /System/Library/Fram…
スイッチの状態をセットします。 -(void)setOn:(BOOL)on animated:(BOOL)animated 解説 返り値 ( void ) 引数 ( BOOL )on ( BOOL )animated フレームワーク UIKit クラス UISwitch Instance Methods 使用可能 iPhone2.0 参照 例文
-(id)initWithFrame:(CGRect)frame 解説 返り値 ( id ) 引数 ( CGRect )frame フレームワーク UIKit クラス UISwitch Instance Methods 使用可能 iPhone2.0 参照 例文
プロパティ スイッチの状態 解説 @property(nonatomic, getter=isOn) BOOL on フレームワーク UIKit クラス UISwitch Property 使用可能 iPhone2.0 参照 例文