Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.07 KB

UIColor+FlatColors

UIColor+FlatColors is a category that extends UIColor with methods to get the colors from the Flat UI framework by designmodo.

That's it.

I suggest you take a look at FlatUIKit if you are looking for the full components of the Flat UI framework to use in your app.

Installation with CocoaPods

platform :ios

pod 'UIColor+FlatColors'

Usage

Get the colors from a UIColor class method following this naming pattern: flat<# color_name #>Color. To see all the available colors check flatuicolors.com.

someViewYouWantToColor.backgroundColor = [UIColor flatEmeraldColor];

License

UIColor+FlatColors is released under the MIT license.


Hacked together with passion by @mokagio