Latest | 1.1.4 |
---|---|
Homepage | https://github.com/daijunyi/DDOpenKit |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | MBProgressHUD, MJRefresh, Masonry, YYCategories |
Frameworks | Foundation |
Authors |
an ios tool lib
通过cocoaPods安装
pod 'DDOpenKit', '~> 1.1.3'
在需要的地方引入头文件
#import <DDOpenKit/DDOpenKit.h>
收集了很多实用的适合单人开发 mvc的工具集库
1.1.3 版本
- 修复
DDBaseDialogView
弹框弹出来的时候 默认是白色的问题。方便啦xib布局或者代码布局时候的默认方式。
1.1.4版本
- CALayer+YYAdd 添加啦borderUIColor 来使用xib 中keyPath的设置
Latest podspec
{ "name": "DDOpenKit", "version": "1.1.4", "summary": "A ios tool library", "homepage": "https://github.com/daijunyi/DDOpenKit", "license": "MIT", "authors": { "u201cu7ea2u9886u5dfeu201d": "[email protected]" }, "social_media_url": "https://weibo.com/u/5286053396", "source": { "git": "https://github.com/daijunyi/DDOpenKit.git", "tag": "1.1.4" }, "requires_arc": true, "public_header_files": "DDOpenKit/**/*.{h}", "source_files": "DDOpenKit/**/*.{h,m}", "platforms": { "ios": "8.0" }, "frameworks": "Foundation", "dependencies": { "MBProgressHUD": [], "MJRefresh": [], "Masonry": [], "YYCategories": [] } }
Sun, 26 May 2019 10:19:06 +0000