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

Compatible with iOS 7 #28

Closed scottphc closed 9 years ago

scottphc commented 9 years ago

If compatible with iOS 7, need to modify podspec file. Same as RMDateSelectionViewController.

CooperRS commented 9 years ago

Hmm, this is somehow by design.

If I require iOS 7 in the podspec file, users just update to the newest version, miss the special notes for iOS 7 support and open tickets because of bugs in landscape mode (Note: Landscape mode is broken even on iPads with iOS 7. And iPad apps usually support all orientations).

If I require iOS 8 in the podspec file, users need to change the podspec file for the control to work on iOS 7.

I decided to go with the more safer way to require iOS 8. This at least prevents that a broken control makes it's way into the App Store.

scottphc commented 9 years ago

Ok, I understand. By the way, this is nice UI component :p