An open API service indexing awesome lists of open source software.

https://github.com/shtnkgm/bondiblue

UIColor Extension of BondiBlue Color
https://github.com/shtnkgm/bondiblue

carthage cocoapods color ios swift swift4 xcode10

Last synced: 2 months ago
JSON representation

UIColor Extension of BondiBlue Color

Awesome Lists containing this project

README

          

[![Swift Version](https://img.shields.io/badge/Swift-4-F16D39.svg)](https://developer.apple.com/swift)
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/shtnkgm/BondiBlue)
[![Cocoapods](https://img.shields.io/cocoapods/v/BondiBlue.svg)](https://github.com/shtnkgm/BondiBlue)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

**BondiBlue** is a UIColor Extension library for BondiBlue Color.

## Usage

```swift
import UIKit
import BondiBlue

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

## Feature
- [x] Beautiful Bondi Blue Color
- [x] Easy to use
- [x] 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

- [@shtnkgm](https://github.com/shtnkgm) / Shota Nakagami

## License

ImageTransition is released under the MIT license. See [LICENSE](https://github.com/shtnkgm/BondiBlue/blob/master/LICENSE) for details.