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

iOS8 GM bug #12

Closed hamiltonalex closed 10 years ago

hamiltonalex commented 10 years ago

Hi! It seems that on ios8 GM in the horizontal mode the layout is broken. Looks like that constraint's properties needs to be changed. The behavior is OK on iOS7. This problem appear on iPhone Simulator and on the devices (I have tested on iPhone5), but with little bit different look. If you change the orientation when Picker is visible then all is OK. Problem appears when you change orientation first and then open Picker. Problem in the Picker's width. In the horizontal view it looks the same width as it would be in the portrait mode.

CooperRS commented 10 years ago

You are right. I too experienced this issue on iOS 8 Beta versions. iOS 7 does not have the problem which lead me to believe this could be an iOS 8 bug. Now that it is unlikely that Apple will change something until the final release of iOS 8 I think I have to find a solution for the problem :/

CooperRS commented 10 years ago

Ok this was easier than I thought. Just needed to update the initial frame of the window.

One bug is still present: When a new window is presented the status bar is shown. Right after the window has been dismissed the status bar is hidden again.