Skip to content

eleme/NVMImageMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVMImageMaker

CI Status Version License Platform

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.