Created
January 3, 2016 17:38
-
-
Save Athosone/c6719c6500cfeba673a3 to your computer and use it in GitHub Desktop.
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
// | |
// CustomModalAnimation.h | |
// Wineot | |
// | |
// Created by Werck Ayrton on 18/02/2015. | |
// Copyright (c) 2015 wineot. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
#import <UIKit/UIKit.h> | |
#import <pop/POP.h> | |
@interface PresentingAnimationController : NSObject <UIViewControllerAnimatedTransitioning> | |
@property (readwrite, nonatomic) float toViewHeight; | |
@property (readwrite, nonatomic) float toViewWidth; | |
@end | |
@interface DismissingAnimationController : NSObject <UIViewControllerAnimatedTransitioning> | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment