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

Solution - Pickerview show in simulator, but not on a device - RMPickerViewController #47

Closed AkshayDegada closed 8 years ago

AkshayDegada commented 8 years ago

i was facing same issue, i have resolved it with help of @NipulDaki - by change 1 line coding, i given solution to below

At Creation of RMPickerViewController object.

RMPickerViewController *pickerVC = [RMPickerViewController pickerController]; [RMPickerViewController setLocalizedTitleForSelectButton:@"Done"];

* pickerVC.disableBlurEffects=YES; * <-- add this like in your code and RMPickerViewController work without affecting any thing.