https://github.com/devdragonli/zdmodulekit
ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件
https://github.com/devdragonli/zdmodulekit
Last synced: about 1 year ago
JSON representation
ZDModuleKit:组件生命周期管理,解决项目组件化解耦宿主工程派分事件
- Host: GitHub
- URL: https://github.com/devdragonli/zdmodulekit
- Owner: DevDragonLi
- License: mit
- Created: 2020-08-15T17:03:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T16:07:36.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T22:02:55.853Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZDModuleKit
[](https://travis-ci.org/DevdragonLi/ZDModuleKit)
[](https://cocoapods.org/pods/ZDModuleKit)
[](https://cocoapods.org/pods/ZDModuleKit)
[](https://cocoapods.org/pods/ZDModuleKit)
> 组件生命周期管理
- 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:
```ruby
pod 'ZDModuleKit'
```
## Author
DragonLi, dragonli_52171@163.com
## License
ZDModuleKit is available under the MIT license. See the LICENSE file for more info.