BondiBlue是为BondiBlue颜色扩展的UIColor库。
使用方法
import UIKit
import BondiBlue
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .bondiBlue
}
}
特性
- 美丽的Bondi Blue颜色
- 易于使用
- 轻量级库
安装
Carthage
- 将
github "shtnkgm/BondiBlue"
添加到您的Cartfile。 - 运行carthage update。
CocoaPods
- 将
pod 'BondiBlue'
添加到您的Podfile。 - 运行pod update。
需求
- iOS 12.1 或更高版本
贡献
欢迎提交拉取请求和星星。
对于错误和功能请求,请创建一个issue。
- Fork它!
- 创建你的功能分支:git checkout -b my-new-feature
- 提交你的变更:git commit -am '添加一些功能'
- 推送到分支:git push origin my-new-feature
- 提交一个拉取请求 :D
作者
- @shtnkgm / 中冈直太
授权
ImageTransition 在MIT许可证下发布。详情请见LICENSE。