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

Picker Title doesn't show on device since iOS 9.3. Need a quick workaround please! #45

Closed Alifar closed 8 years ago

Alifar commented 8 years ago

Since iOS 9.3 the picker title doesn't show on device, only on the simulator. Is there a workaround for this? I don't necessary need the blur effect if that is what causing the problem.

show

Thanks!

Alifar commented 8 years ago

Fixed by adding the following:

pickerVC.disableBlurEffects=YES;