HHRouter:iOS的另一个URL路由器 源码
HHRouter 适用于iOS的另一个URL路由器。 清洁,快速和灵活。 受 & 启发。 用法 暖身 将URL模式映射到viewController。 在AppDelegate中表现更好。 [[HHRouter shared ] map: @" /user/:userId/ " toControllerClass: [UserViewController class ]]; 激动人心的时间 从URL获取viewController实例。 参数将被自动解析。 UIViewController *viewController = [[HHRouter shared ] matchContr
文件列表
HHRouter-master.zip
(预估有个29文件)
HHRouter-master
.travis.yml
168B
HHRouter.podspec
510B
HHRouterExample.xcodeproj
project.xcworkspace
contents.xcworkspacedata
160B
project.pbxproj
22KB
xcshareddata
xcschemes
HHRouterExample.xcscheme
4KB
暂无评论