没有合适的资源?快使用搜索试试~ 我知道了~
ChainableKit:Objective-C 中的可链接 UIKit
共26个文件
m:6个
h:5个
plist:3个
需积分: 9 0 下载量 21 浏览量
2021-06-06
13:53:36
上传
评论
收藏 21KB ZIP 举报
温馨提示
可链式套件 ChainableKit 是一种使用可链接语法设置 UIKit 组件的便捷方式。 这个框架的灵感来自和 。 使用 CocoaPods 安装 是 Objective-C 的依赖管理器,它自动化并简化了在项目中使用 DKNightVersion 等 3rd 方库的过程。 有关更多详细信息,请参阅。 播客文件 pod "ChainableKit", "~> 0.1.0" 如何使用 使用这些代码来配置视图的backgroundColor 。 view.make.backgroundColor([UIColor whiteColor ]); 使用这些代码从类方法初始化标签并使用可链接的语法设置它。 UIColor *red = [UIColor redColor ]; UILabel.make .backgroundColor(red) .textAlignmen
资源推荐
资源详情
资源评论
收起资源包目录
ChainableKit-master.zip (26个子文件)
ChainableKit-master
.gitignore 494B
README.md 2KB
ChainableKit.podspec 811B
ChainableKit
AppDelegate.h 276B
ViewController.h 214B
Base.lproj
Main.storyboard 2KB
LaunchScreen.xib 4KB
main.m 333B
Images.xcassets
AppIcon.appiconset
Contents.json 585B
Info.plist 1KB
AppDelegate.m 2KB
ViewController.m 951B
LICENSE 1KB
ChainableKit.xcodeproj
project.xcworkspace
contents.xcworkspacedata 157B
project.pbxproj 18KB
xcuserdata
apple.xcuserdatad
xcschemes
ChainableKit.xcscheme 4KB
xcschememanagement.plist 574B
xcdebugger
Breakpoints_v2.xcbkptlist 91B
ChainableKitTests
ChainableKitTests.m 873B
Info.plist 752B
.travis.yml 120B
Classes
ChainableBlock.h 2KB
UIView+Chainable.h 273B
ChainableKit.h 1KB
ChainableKit.m 8KB
UIView+Chainable.m 546B
共 26 条
- 1
资源评论
不喝酒的阿蓝
- 粉丝: 32
- 资源: 4639
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功