MPFoldTransition icon indicating copy to clipboard operation
MPFoldTransition copied to clipboard

iOS8 bugs

Open jawj opened this issue 11 years ago • 5 comments
trafficstars

Thanks for a great library.

I've just updated to iOS8 and I have a problem, though. On transitioning to a new view controller using - (void)presentViewController:flipStyle:completion:, I get a brief flash of the original view controller just following the transition. On transitioning back, the transition appears to complete in about 2 frames, so is barely noticeable.

I haven't yet tried investigating where this behaviour is coming from, but it was working beautifully on iOS7 ...

jawj avatar Sep 23 '14 20:09 jawj

I am having the same exact issue. I am using the transition to do full screen transitions, so it is incredibly noticeable.

Has anyone taken a shot at this yet? Works perfectly on iOS7.

MattFedo avatar Oct 06 '14 22:10 MattFedo

Could this be an issue since iOS8 is depreciating certain segue values? I am going through the source right now to see if I can find anything. We need to find a fix to this. Thanx peeps!

MattFedo avatar Oct 09 '14 15:10 MattFedo

I've narrowed it down to the cleanupLayers function, in MPFlipTransition.m, when removing the animationView from the Superview. Every time this is called, the view flashes for a brief second on the simulator, but on the device it is longer.

MattFedo avatar Nov 06 '14 01:11 MattFedo

Just a quick note: This only happens when assigning a segue between 2 UIViewControllers in a Storyboard or calling in line. When you use it with a UIView inside a UIViewController, there is no glitch.

MattFedo avatar Nov 06 '14 03:11 MattFedo

What's the status on this issue? Did you guys ever get these bugs fixed?

mitchellporter avatar Jan 01 '15 04:01 mitchellporter