文件名称:JCNavigator:用于iOS开发的模块或应用程序之间跳转的解耦导航器框架
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-07 23:33:26
ios framework module component modules
JCNavigator 用于iOS开发的模块或应用程序之间跳转的分离导航器框架。 特征 该框架支持在ARC中开发iOS 8.0+。 JCNavigator配置。 实施模块映射。 使用方法openURL:或openWithMapKey:跳转操作。 模块之间传递的参数。 JCNavigator配置 使用hostList为方案设置URL跳转规则 [[JCNavigator sharedNavigator ] addURLScheme: @" joych " hostList: @[ @" com.joych.JCNavigatorDemo " ]]; 设置rootViewController ViewController *vc = [[ViewController alloc ] init ]; [[JCNavigator sharedNavigator ] setRootVie
【文件预览】:
JCNavigator-master
----JCNavigatorDemo()
--------JCNavigatorDemo()
--------JCNavigatorDemo.xcodeproj()
----JCNavigator.podspec(554B)
----LICENSE(1KB)
----.gitignore(1KB)
----README.md(7KB)
----JCNavigator()
--------JCModuleMap.m(2KB)
--------JCNavigator.m(17KB)
--------JCNavigator.h(3KB)
--------JCModuleMap.h(2KB)