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
- Host: GitHub
- URL: https://github.com/shtnkgm/bondiblue
- Owner: shtnkgm
- License: mit
- Created: 2018-12-02T10:28:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T01:17:29.000Z (about 5 years ago)
- Last Synced: 2025-03-07T07:34:38.162Z (over 1 year ago)
- Topics: carthage, cocoapods, color, ios, swift, swift4, xcode10
- Language: Ruby
- Homepage:
- Size: 10 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://developer.apple.com/swift)
[](https://github.com/shtnkgm/BondiBlue)
[](https://github.com/shtnkgm/BondiBlue)
[](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.