我主良缘路由
要求
- iOS 9.0+
- Xcode 10.0+
- Swift 5.0+
CocoaPods 安装
pod 'WZRoute', '~> 2.0.0'
pod 'WZRoute/Binary', '~> 2.0.0'
使用 具体看 API
let vc = UIViewController()
vc.view.backgroundColor = UIColor.red
WZRoute.push(vc, animated: true) {
debugPrint("完成")
}
许可证
WZRoute 在 MIT 许可证下发布。有关更多信息,请参阅 LICENSE。