CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.

MKGradients 0.1.1

MKGradients 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2016
SPMSupports SPM

Maintained by Maheen Khalid.



MKGradients

Usage

import MKGradients

MKGradient.addGradientLayerAlongXAxis(self.view, colors: [UIColor.redColor().CGColor, UIColor.greenColor().CGColor])
MKGradient.addGradientLayerAlongYAxis(self.view, colors: [UIColor.redColor().CGColor, UIColor.greenColor().CGColor])

Installation

MKGradients is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MKGradients"

Author

Maheen Khalid, [email protected]

License

MKGradients is available under the MIT license. See the LICENSE file for more info.