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

Text not showing in iOS 13 #67

Open jaymathew opened 4 years ago

jaymathew commented 4 years ago

Using iOS 13.1 beta 2 Xcode 10.3 iPhone XS RMPickerViewController 2.3.1

In iOS 13 when I display a RMPickerViewController no text shows up. When I swipe up or down I still feel the haptic feedback so I believe it's just the color of the text. I have tried it using both dark mode and normal light mode with no luck.

Edit: When Dark Mode is turned on the labels can be seen but when Dark Mode is turned off the labels can't be seen.

IMG_1300

armandsavotins commented 4 years ago

For me helped: RMActionControllerStyleAdaptive disableBlurEffects = NO;