RBPickerView Class Reference
Inherits from | UIView |
---|---|
Declared in | RBPickerView.h |
delegate
A delegate to receive selection events.
@property (nonatomic, weak, nullable) id<RBPickerViewDelegate> delegate
Discussion
A delegate to receive selection events.
Declared In
RBPickerView.h
items
Gets or sets the array of option items.
@property (nonatomic, nullable) NSArray<NSString*> *items
Discussion
Gets or sets the array of option items.
Declared In
RBPickerView.h
selectedItem
Gets or sets the selected item.
@property (nonatomic, nullable) NSString *selectedItem
Discussion
Gets or sets the selected item.
Declared In
RBPickerView.h
rowHeight
The height of each row. Default = 35.
@property (nonatomic) CGFloat rowHeight
Discussion
The height of each row. Default = 35.
Declared In
RBPickerView.h
selectedTextColor
The text color of the selected item.
@property (nonatomic, nullable) UIColor *selectedTextColor
Discussion
The text color of the selected item.
Declared In
RBPickerView.h