NVMImageMaker 0.1.2

NVMImageMaker 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2017

Maintained by axl411.



  • By
  • axl411

Usage

Use nvm_beginImage to start, apply any supported attributes in your drawing chain, just call make in the end to get an image:

UIImage *image = nvm_beginImage(size)
                     .fillColor(fillColor)
                     .borderColor(borderColor)
                     .cornerRadius(20)
                     .opacity(0.5)
                     .make;

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 7

Installation

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

pod "NVMImageMaker"

License

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