Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1.75 KB

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 1.75 KB

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