-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant conform to RMPZoomTransitionAnimating protocol #9
Comments
Hi, @iamsoheavy Did you implement following methods? - (UIImageView *)transitionSourceImageView;
- (UIColor *)transitionSourceBackgroundColor;
- (CGRect)transitionDestinationImageViewFrame; If you show the example code to fail check protocol, I will support in detail. |
Hello, here's an example from my project, it works well in Swift 2 (except "supporting UIViewControllerInteractiveTransitioning" and "incorrect layout after dismissing view controller after rotating the screen"). You need to use You need to inherit both RMPZoomTransitionAnimating and RMPZoomTransitionDelegate to make sure
|
Hi
I'm trying to implement this animation in a Swift project.
The problem I'm facing is that whenever my destinationController or sourceController is checked in RMPZoomTransitionAnimator.m for conformity to the RMPZoomTransitionAnimating protocol the check always fails, even though I implement the protocol in the controllers.
What is there that I don't know?
The text was updated successfully, but these errors were encountered: