Skip to content

Flat colors taken from Google's Paper Material Design.

License

Notifications You must be signed in to change notification settings

edgency/BFPaperColors

 
 

Repository files navigation

BFPaperColors

CocoaPods

Flat colors taken from Google's Material Design: Paper.

Screenshot

Light Blue Detail

About

UIColor+BFPaperColors is a category for UIColor that adds class methods to conveniently produce over 240 new colors designed for flat or semi-flat interface designs by Google's Material Design Labs.

Usage

Add the UIColor+BFPaperColors header and implementation file to your project. (.h & .m)

After doing that, it is a simple as calling:[UIColor paperColorXXXXX] (where XXXXX is the color of your choice). Each paper color method is prefixed with the words "paperColor" for easy recognition in Xcode's code complete. All colors have a wide range of shades, noted by a number suffix. For example, A very light blue could be [UIColor paperColorLightBlue100] while a darker shade could be [UIColor paperColorLightBlue700].

###Working Example

view.backgroundColor = [UIColor paperColorCyan600];

Cocoapods

CocoaPods are the best way to manage library dependencies in Objective-C projects. Learn more at http://cocoapods.org

Add this to your podfile to add the UIColor+BFPaperColors category to your project.

platform :ios, '7.0'
pod 'UIColor+BFPaperColors', '~> 1.1'

License

UIColor+BFPaperColors uses the MIT License:

Please see included LICENSE file.

About

Flat colors taken from Google's Paper Material Design.

Resources

License

Stars

Watchers

Forks

Packages

No packages published