Skip to content

carabina/page-manager

 
 

Repository files navigation

page-manager

CI Status Version License Platform

Example

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

Basic Examples

use push

///MARK: push   
PageManager.share.push("MainViewController", pushAnimator: .fade) { (target) in
            target.setValue("Joy", forKey: "name")
        }

use pop

///MARK: pop
PageManager.share.pop("pageName", true) { (target) in
            target.setValue(true, forKey: "reloadData")
        }

Screenshots

avatar

Installation

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

pod 'page-manager'

Author

policp, chenpeng@yingyinglicai.com

License

page-manager is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 92.4%
  • Ruby 7.6%