SwifterRouter 1.1.0×Maintained by Z_JaDe.Installation Guide×Installation Guide for SwifterRouterYou want to add pod 'SwifterRouter', '~> 1.1' similar to the following to your Podfile:target 'MyApp' do pod 'SwifterRouter', '~> 1.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try SwifterRouterSee PodspecGitHub RepoPage on CocoaPods.orgSwifterRouter 1.1.0ByZJaDegithub.com/Z-JaDeGitHub RepoSwift方式的路由跳转,支持枚举、结构体、类 先看Router.swift 再看RouteUrlType.swift 若支持解析URL跳转: 看RouterWebUrl.swift 以及AppRouterItem.swift 枚举方式实现: 调用示例:
Swift方式的路由跳转,支持枚举、结构体、类 先看Router.swift 再看RouteUrlType.swift 若支持解析URL跳转: 看RouterWebUrl.swift 以及AppRouterItem.swift 枚举方式实现: 调用示例: