Skip to content

Instantly share code, notes, and snippets.

@saiday
Created June 15, 2015 13:18
Show Gist options
  • Select an option

  • Save saiday/553a53e3bd49932f2501 to your computer and use it in GitHub Desktop.

Select an option

Save saiday/553a53e3bd49932f2501 to your computer and use it in GitHub Desktop.
MiniToLargePlayerInteractive
#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