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.
platform :ios
pod 'UIColor+FlatColors'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];UIColor+FlatColors is released under the MIT license.
Hacked together with passion by @mokagio
