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

'RMAction' requires that 'UIPickerView' inherit from 'RMActionController<UIView>' #60

Closed nancyPandya closed 6 years ago

nancyPandya commented 7 years ago

If I Use RMDate PickerController , its working fine but not with RMPickerviewController. Whats the issue?

CooperRS commented 7 years ago

Looks like a declaration issue to me. Can you show me the code throwing the issue?

CooperRS commented 6 years ago

Are there any updates here?