I am using the flip animation to animate between two views in my viewcontroller. The problem is that the background shows a white blank background while the animation is tak
I think your issue might be that the UIWindow is shown during the animation. To fix this issue, set the background color of your main window. You can do this in code or in IB.