ICPageManager 1.1.3

ICPageManager 1.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2018

Maintained by _ivanC--description=macbook pro.



  • By
  • _ivanC




Example

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

Requirements

Installation

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

pod 'ICPageManager'

Usage

Setup page window

[[ICPageManager sharedManager] setupWithRootViewController:rootVC];
    
[YourMainView addSubview:[ICPageManager sharedManager].pageWindow];

UINavigationController-like Api

- (void)pushPageViewController:(UIViewController *)pageViewController animated:(BOOL)animated completion:(void (^)(UINavigationController *navigationController))completion;
- (void)popPageViewController:(BOOL)animated completion:(ICPageManagerCompletionBlock)completion;
- (void)popToRootPageViewController:(BOOL)animated completion:(ICPageManagerCompletionBlock)completion;
- (void)popToViewController:(UIViewController *)pageViewController animated:(BOOL)animated completion:(ICPageManagerCompletionBlock)completion;

Please try out demo for you own.

Author

_ivanC

License

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