I've noticed running this would cause view (or main window, not sure) to resize for a moment, when running on iPhone 6/6+ simulator scaled from iPhone 5 layout (without passing launch image for iPhone 6/6+):
[self.view snapshotViewAfterScreenUpdates:YES];
Any idea how to make it work when you can't pass 'NO' there?
Update (Jul 13th):
Does not seem to reproduce on iOS 8.4 anymore.