CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Aug 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by damianpasko.
import Colorify
...
self.view.backgroundColor = Colorify.Kale
...
self.view.addGradient(from: Colorify.Lime, to: Colorify.LightGreen, direction: .topLeftBottomRight)
...Gradient support: left - right, top - bottom, topLeft - bottomRight, right - left, bottom - top
Examples:
top - bottom, topLeft - bottomRight 
Colorify is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod ‘Colorify’, '~> 1.1’Damian Paśko,
[email protected],
https://github.com/czater
Colorify is available under the MIT license. See the LICENSE file for more info.