I have a UIView which is supposed to cover the whole device (UIWindow) to support an image zoom in/out effect I\'m doing using core animation where a user taps a button on a
I had a similar problem with views being added directly to a window. Maybe this will help: Automatically Sizing UIView after Adding to Window