Is there a way to blur the background of UIPickerView so that the text or image below it is not so visible?
Asked
Active
Viewed 828 times
1
-
1You should try this solution http://stackoverflow.com/questions/28754716/blurring-a-uipickerviews-background. – Gopal Devra Jul 03 '15 at 09:56
-
1http://stackoverflow.com/questions/19121799/how-to-set-the-background-color-of-uipickerview-on-ios-7-using-sdk-7 – iOS Dev Jul 03 '15 at 10:27
-
1everything is possible, therefore yes, there is a way to do that – take a quick look on the `UIVisualEffectView` class __[here](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIVisualEffectView/)__. – holex Jul 03 '15 at 11:08