BondiBlue 1.0.5

BondiBlue 1.0.5

Shota Nakagami维护。



BondiBlue 1.0.5

  • shtnkgm

Swift Version GitHub Cocoapods Carthage compatible

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。

  1. Fork它!
  2. 创建你的功能分支:git checkout -b my-new-feature
  3. 提交你的变更:git commit -am '添加一些功能'
  4. 推送到分支:git push origin my-new-feature
  5. 提交一个拉取请求 :D

作者

授权

ImageTransition 在MIT许可证下发布。详情请见LICENSE