DevDragonLi / ZDModuleKit

ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZDModuleKit

CI Status Version License Platform

组件生命周期管理

  • AppDelegate 作为程序级状态变化的 delegate,应该只做路由和分发的作用,具体逻辑实现代码还是应该在分别的模块中,这个文件应该保持整洁,除了的方法外不应该出现其他方法。

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

  • 工程改造参考Demo即可

Installation

ZDModuleKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ZDModuleKit'

Author

DragonLi, dragonli_52171@163.com

License

ZDModuleKit is available under the MIT license. See the LICENSE file for more info.

About

ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件

License:MIT License


Languages

Language:Objective-C 94.8%Language:Ruby 5.2%