- Added
- (UIImage *)czpickerView:(CZPickerView *)pickerView imageForRow:(NSInteger)row
for setting images for every item #20
- Added
animationDuration
for setting duration of animation (both showing and dismissing) #14 - Added
- (NSArray *)selectedRows
to return previously selected items.#10 - Added
setSelectedRows:rows
to pre-set selected items before showing.#15
- Change delegate & dataSource methods names to conform to apple's guideline and avoid error in swift.(methods' names start with 'CZPicker' to 'czpicker')#5
- Make picker higher in landscape mode.
- Fixed multiple selection mode cell selection not remembered issue. #8
- Listen to orientation change when needed. (App supports landscape & portrait)
- Animate picker only on supported orientations.
- Fixed multiple selection mode cell selection not remembered issue. #8
- Changed return type of
CZPickerView:titleForRow:
to NSString.
- Added
CZPickerView:attributedTitleForRow
to support attributed row title, reference: #3
- Added
allowMultipleSelection
flag to support multiple selections, reference: #1
- Fixed orientation issue, reference: #2.