Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning Issue: UIVisualEffectView and opacity animation #35

Closed
wm-j-ray opened this issue Jun 21, 2015 · 4 comments
Closed

Warning Issue: UIVisualEffectView and opacity animation #35

wm-j-ray opened this issue Jun 21, 2015 · 4 comments

Comments

@wm-j-ray
Copy link

I am trying to fix the following warning under IOS 8.4 and xCode 6:

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

There is a discussion of this issue of SO here http://stackoverflow.com/questions/26325141/what-does-the-runtime-warning-this-will-cause-the-effect-to-appear-broken-until

Any help would be appreciated and thanx in advance.

@CooperRS
Copy link
Owner

As up to now I just ignored the warning because the effect looked just like I wanted it to.

The problem is the background view. You can get rid of the warning by disabling blur effects for the background view. But then the background won't be blurred anymore. It will only be dimmed.

I'll give the trick from SO (changing the background color alpha value) a try :).

@wm-j-ray
Copy link
Author

Thanks for getting back. I like the blurred BG as well so I hope the warning can get squished. 

Be of Good Cheer

On Sun, Jun 21, 2015 at 2:42 PM, Roland Moers notifications@github.com
wrote:

As up to now I just ignored the warning because the effect looked just like I wanted it to.
The problem is the background view. You can get rid of the warning by disabling blur effects for the background view. But then the background won't be blurred anymore. It will only be dimmed.

I'll give the trick from SO changing the background color alpha value a try :).

Reply to this email directly or view it on GitHub:
#35 (comment)

@CooperRS
Copy link
Owner

Hmm, the trick from SO did not work, at least for me :/. Also tried use a cross dissolve animation to get a fade in and out animation of the background view. But that did not work either.

Guess the warning will stay for a while. I have no other idea how I could fade in and out the background view.

@CooperRS
Copy link
Owner

I created a new ticket in the RMActionController (#3) project as this is the component responsible for the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants