/MaterialDesignColorObjC

Color library for Objective C. Currently supports GoogleMaterialDesignColor

Primary LanguageObjective-COtherNOASSERTION

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