Quote:
Originally Posted by Scuba
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)
|
That idea actually works perfectly. Thanks.