CooperRS / RMActionController

This is an iOS control for presenting any UIView in an UIAlertController like manner
MIT License
539 stars 59 forks source link

Warning about UIVisualEffectView alpha value being set #3

Open CooperRS opened 9 years ago

CooperRS commented 9 years ago

Currently the following warning appears in console when presenting a RMActionController without disabling blur effects for the background view:

UIVisualEffectView is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.

The problem is that the alpha value of the background view is changed to get a fade in animation when presenting the RMActionController.

Not working alternatives: