CooperRS / RMPickerViewController

This is an iOS control for selecting something using UIPickerView in an UIAlertController like manner
MIT License
381 stars 51 forks source link

Add more customisation options #22

Closed mkoppanen closed 9 years ago

mkoppanen commented 9 years ago

This seems to do the trick for things that I need:

CooperRS commented 9 years ago

As far as I can say, looks good! I'll do a full review and merge the PR as soon as possible :) If you do not mind, I'll add the changes to RMDateSelectionViewController, too.

mkoppanen commented 9 years ago

Sure thing. I had problems using buttons colors with the blur effect enabled and I am not really sure how to fix that (hence the colors only inside disableBlurEffects)

CooperRS commented 9 years ago

OK, thanks for the info :)

CooperRS commented 9 years ago

RMPickerViewController has been updated to version 2.0.0 which allows adding arbitrary buttons by subclassing RMAction and RMGroupedAction.