Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

API for chaining image drawing codes in Objc.

Resources

Stars

20 stars

Watchers

17 watching

Forks

Releases

Packages

Contributors

Languages