I'm seeing a strange behavior of one of my UIAlertViews, which I have not seen before. When shown on iOS8.0.2 it pops into existence with a white background, then it gets translucency effect applied to it. Because I'm showing it over a black background, there's a momentary flash as the background becomes translucent.
Is there a way to disable translucent background for native iOS8 alert views?
UIAlertView
in iOS 8. Take a look atUIAlertController
that might offer a solution. – Judoka