I present an alert view controller when a label is tapped . I wish to remove the blur effect when alert controller is present. Can anyone teach me how to do?
Asked
Active
Viewed 360 times
0

Vincia Tanqling
- 57
- 1
- 11
-
1There is no blur effect - do you mean the dimmed background? – bubuxu Dec 30 '16 at 12:01
-
@vinciaTanqling: You need to create custom alert for that. I don't think we can control dimming the background of UIAlerController. – Poles Dec 30 '16 at 12:19
-
@bubuxu yes, the background become dimmed, is possible to make it clearcolor? – Vincia Tanqling Dec 30 '16 at 14:08
-
If you want to make a popup message like the Android toast, you can use many pods libraries: https://cocoapods.org/?q=toast – bubuxu Dec 31 '16 at 02:15