BondiBlue

UIColor Extension of BondiBlue Color


Keywords
carthage, cocoapods, color, ios, swift, swift4, xcode10
License
MIT
Install
pod try BondiBlue

Documentation

Swift Version GitHub Cocoapods Carthage compatible

BondiBlue is a UIColor Extension library for BondiBlue Color.

Usage

import UIKit
import BondiBlue

class ViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        view.backgroundColor = .bondiBlue
    }
}

Feature

  • Beautiful Bondi Blue Color
  • Easy to use
  • Lightweight Library

Installation

Carthage

  • Add github "shtnkgm/BondiBlue" to your Cartfile.
  • Run carthage update.

CocoaPods

  • Add pod 'BondiBlue' to your Podfile.
  • Run pod update.

Requirements

  • iOS 10.0 or later

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

ImageTransition is released under the MIT license. See LICENSE for details.