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

It's ok with iOS7 when disableMotionEffects and disableBouncingWhenShowing are YES? #44

Closed umekun123 closed 8 years ago

umekun123 commented 8 years ago

Hi, I love this library. Thank you for making it.

But, with iOS9.3, it doesn't work with the ver1.3.9 anymore. it shows blank screen. If I use the latest RMPickerViewController, it works fine with iOS9.3.

If disableMotionEffects and disableBouncingWhenShowing are YES on the latest RMPickerViewController, I can use it with iOS7 and landscape mode?

I wish I could test iOS7 myself, but I can't use iOS7 sims on Xcode anymore, and I don't have iOS7 devices.

CooperRS commented 8 years ago

Hey,

No, in landscape it's always broken on iOS 7. I'm using Custom Transitions and they are broken on iOS 7 in landscape mode.

So the bug of version 1.3.9 on iOS 9.3 needs to be fixed.

Best regards, Roland

umekun123 commented 8 years ago

Thank you for your answer!