Skip to content

pmairoldi/PMStepOutController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PMStepOutController

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

#import <PMStepOutController/PMStepOutController.h>

//any UView or UIView subclass will work. Here is an example of a UICollectionViewCell
UICollectionViewCell *cell = [collectionView cellForItemAtIndexPath:indexPath];

PMStepOutController *controller = [[PMStepOutController alloc] initWithView:cell];

[self.navigationController presentViewController:controller animated:YES completion:nil];

Requirements

Installation

PMStepOutController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PMStepOutController"

Author

Pierre-Marc Airoldi, pierremarcairoldi@gmail.com

License

PMStepOutController is available under the MIT license. See the LICENSE file for more info.

About

Animate a UIView subclass with a step out animation like in tweetbot 3

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors