BondiBlue is a UIColor Extension library for BondiBlue Color.
import UIKit
import BondiBlue
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .bondiBlue
}
}
- Beautiful Bondi Blue Color
- Easy to use
- Lightweight Library
- Add
github "shtnkgm/BondiBlue"
to your Cartfile. - Run carthage update.
- Add
pod 'BondiBlue'
to your Podfile. - Run pod update.
- iOS 10.0 or later
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
- @shtnkgm / Shota Nakagami
ImageTransition is released under the MIT license. See LICENSE for details.