Quote:
Originally Posted by Legrend
Before the animation, try adding a black subview to the view, behind the other views. That way when you fade out, it'll always fade to black? Other than that, I'm not sure exactly how to solve that, except try:
view.hidden = YES
Good luck and glad some of it was helpful.
|
Or, if this problem for you persists, add a black subview ON TOP of the current view. Transition its alpha from 0 to 1, then switch the underlying views and transition it back to 0. (then remove it if necessary)