OC版本在这里)
Popois (初心:构建一个通用业务组件库和Cocoa便利性扩展,作为底层基础业务组件,在项目初期与维护期快速完成通用业务代码的构建(其实就是方便自己)。
目录
Popois 核心组件
Popois 辅助组件
-
- 友情链接 SwiftMessages
-
- 扩展依赖 FDFullscreenPopGesture
- 友情链接 EachNavigationBar 原生扩展
-
... 持续增新
第三方扩展组件
RxSwift 扩展
附录
-
- 图片资源管理类
- 阿里矢量图标资源管理类
- 基础配置资源管理类
- MVVM 代码模板
- MVVM Rx 代码模板
-
Form 场景使用示例
-
友情链接
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Popois is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Popois' # 只引入Popois核心插件
pod 'Popois/Core' # 只引入Popois核心插件
pod 'Popois/Module' # 引入Popois核心插件+辅助插件
pod 'Popois/All' # 引入Popois所有插件
# 引入Popois单项插件
pod 'Popois/Form'
pod 'Popois/Chain'
pod 'Popois/Extension'
pod 'Popois/CountDown'
pod 'Popois/Value'
pod 'Popois/RegEx'
pod 'Popois/HUD'
pod 'Popois/Page'
pod 'Popois/TopBar'
pod 'Popois/IconFont'
pod 'Popois/IBInspectable'
pod 'Popois/MJRefresh'
Author
liucaide, [email protected]
License
Popois is available under the MIT license. See the LICENSE file for more info.