CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

WZRoute 5.1.2

WZRoute 5.1.2

Maintained by qiuqixiang.



WZRoute 5.1.2

  • By
  • qiu qixiang

我主良缘路由

Requirements:

  • iOS 9.0+
  • Xcode 10.0+
  • Swift 5.0+

Installation Cocoapods

pod 'WZRoute', '~> 2.0.0'
pod 'WZRoute/Binary', '~> 2.0.0'

Use 具体看API

        let vc = UIViewController()
        vc.view.backgroundColor = UIColor.red
        WZRoute.push(vc, animated: true) {
            debugPrint("完成")
        }

License

WZRoute is released under an MIT license. See LICENSE for more information.