Skip to content

Color library for Objective C. Currently supports GoogleMaterialDesignColor

License

Notifications You must be signed in to change notification settings

tichise/MaterialDesignColorObjC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialDesignColorObjC CocoaPods Version Platform License

==============

Color library for Objective C. Currently supports GoogleMaterialDesignColor

MaterialDesignColorObjCはGoogleがマテリアルデザインで推奨しているカラーコードを簡単に呼び出せるObjectiveCライブラリです。 cocoapodsからダウンロードして使えます。Swift版はこちらです。

Examples

Image
#import "MaterialDesignColor.h"

self.view.backgroundColor = [MaterialDesignColor red400];
self.view.backgroundColor = [MaterialDesignColor grey900];
self.view.backgroundColor = [MaterialDesignColor blue200];

Installation (CocoaPods)

pod MaterialDesignColorObjC

Related products

About

Color library for Objective C. Currently supports GoogleMaterialDesignColor

Resources

License

Stars

Watchers

Forks

Packages

No packages published