Created
June 15, 2015 13:18
-
-
Save saiday/553a53e3bd49932f2501 to your computer and use it in GitHub Desktop.
MiniToLargePlayerInteractive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <UIKit/UIKit.h> | |
| @interface MiniToLargeViewInteractive : UIPercentDrivenInteractiveTransition | |
| @property (nonatomic) UIViewController *viewController; | |
| @property (nonatomic) UIViewController *presentViewController; | |
| @property (nonatomic) UIPanGestureRecognizer *pan; | |
| - (void)attachToViewController:(UIViewController *)viewController withView:(UIView *)view presentViewController:(UIViewController *)presentViewController; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment