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

Issues with constraints in iOS 8.3 #30

Closed DmitryPashinskiy closed 9 years ago

DmitryPashinskiy commented 9 years ago

App crashing before appearing. Perhaps reason in "multiplier" when you add constraints, if we change that value from 0 to 1, everything works fine.

CooperRS commented 9 years ago

Are there any crash logs available so I can see where the app crashes?

rossbeale commented 9 years ago

31 addresses this.

CooperRS commented 9 years ago

31 has been merged