Skip to content

Instantly share code, notes, and snippets.

@Athosone
Created January 3, 2016 17:38
Show Gist options
  • Save Athosone/c6719c6500cfeba673a3 to your computer and use it in GitHub Desktop.
Save Athosone/c6719c6500cfeba673a3 to your computer and use it in GitHub Desktop.
//
// 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