메소드 | 설명 | |
---|---|---|
CustomPickerModel ( List |
||
GetComponentCount ( UIPickerView picker ) : nint | ||
GetRowsInComponent ( UIPickerView picker, nint component ) : nint | ||
GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView |
public CustomPickerModel ( List |
||
itemsList | List |
|
리턴 | System |
public GetComponentCount ( UIPickerView picker ) : nint | ||
picker | UIPickerView | |
리턴 | nint |
public GetRowsInComponent ( UIPickerView picker, nint component ) : nint | ||
picker | UIPickerView | |
component | nint | |
리턴 | nint |
public GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView | ||
picker | UIPickerView | |
row | nint | |
component | nint | |
view | UIView | |
리턴 | UIView |