macOS/iOS API解説

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

目次

UIPickerView

UIPickerViewクラス

INDEX>UIKit> ピッカー 継承 UIView : UIResponder : NSObject 準拠 NSCoding UITableViewDataSource NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) NSCoding (UIView) NSObject (NSObject) フレームワーク …

viewForRow:forComponent:

-(UIView *)viewForRow:(NSInteger)row forComponent:(NSInteger)component 解説 返り値 ( UIView * ) 引数 ( NSInteger )row ( NSInteger )component フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

selectRow:inComponent:animated:

-(void)selectRow:(NSInteger)row inComponent:(NSInteger)component animated:(BOOL)animated 解説 返り値 ( void ) 引数 ( NSInteger )row ( NSInteger )component ( BOOL )animated フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 …

selectedRowInComponent:

-(NSInteger)selectedRowInComponent:(NSInteger)component 解説 返り値 ( NSInteger ) 引数 ( NSInteger )component フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

rowSizeForComponent:

-(CGSize)rowSizeForComponent:(NSInteger)component 解説 返り値 ( CGSize ) 引数 ( NSInteger )component フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

reloadComponent:

-(void)reloadComponent:(NSInteger)component 解説 返り値 ( void ) 引数 ( NSInteger )component フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

reloadAllComponents

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

numberOfRowsInComponent:

-(NSInteger)numberOfRowsInComponent:(NSInteger)component 解説 返り値 ( NSInteger ) 引数 ( NSInteger )component フレームワーク UIKit クラス UIPickerView Instance Methods 使用可能 iPhone2.0 参照 例文

showsSelectionIndicator

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

numberOfComponents

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

delegate

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

dataSource

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