MPFoldTransition
MPFoldTransition copied to clipboard
Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers
The fold transition doesn't take into account the iOS 11 safe area insets. Therefore, transitions fill the safe area during the animation followed by the view abruptly filling it's intended...
@mpospese 膜拜大神!
I am trying to do a fold push but when the transition happends the inner part of the fold is white. The pushed view controller appears only when the transition...
Hi guys, Do you know how can I flip from top to bottom with this library ? Because the MPFlipStyle enum (inside the MPFlipEnumerations header) does not contains the value...
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...
Hey, It would be nice to tag and add it to the cocoapods projet as a spec, specially for people using it to have a version control Cheers
Including Foundation and UIKit in MPFlipEnumerations and MPAnimation respectively. When using this library in projects without a prefix header (or a prefix header without Foundation or UIKit), it would fail...
Hello, first of all, thanks everybody involved in this projects. It is an awesome library. I am trying to use it with different sized views (actually double height OR double...
How would I going about changing the skew of the transition. For example lets say I placed two transitioning views side by side (like one of those old scoreboards flip...
Hi all, I'm having a strange issue. In the simulator, no delay to push a view controller. But on the device, there's a delay of 1 to 2 seconds before...