我主良缘路由
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.