TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Pierre-Marc Airoldi.
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];
Pierre-Marc Airoldi, [email protected]
PMStepOutController is available under the MIT license. See the LICENSE file for more info.