macOS/iOS API解説

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

目次

UIPickerViewDelegate

UIPickerViewDelegateプロトコル

INDEX>UIKit 準拠 NSObject フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iPhoneOS2.0 定義 UIPickerView.h 概要 フレームワーク UIKit 参照 タスク Setting the Dimensions of the Picker View – pickerView:rowHeightForComponent…

pickerView:widthForComponent:

-(CGFloat)pickerView:(UIPickerView *)pickerView widthForComponent:(NSInteger)component 解説 (CGFloat)pickerView:(UIPickerView *)pickerView widthForComponent:(NSInteger)component 返り値 ( CGFloat ) 引数 ( UIPickerView * )pickerView ( NSInte…

pickerView:viewForRow:forComponent:reusingView:

-(UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view 解説 (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)…

pickerView:titleForRow:forComponent:

-(NSString *)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component 解説 (NSString *)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component 返り値 ( NS…

pickerView:rowHeightForComponent:

-(CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component 解説 (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component 返り値 ( CGFloat ) 引数 ( UIPickerView * )pickerView …

pickerView:didSelectRow:inComponent:

-(void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component 解説 (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component 返り値 ( void ) 引数 ( …