Skip to content

zhxnlai/UIColor-ChineseTraditionalColors

Repository files navigation

UIColor-ChineseTraditionalColors

A swift extension that extends UIColor with a list of Chinese traditional colors, inspired by UIColor-FlatColors.

There are a total of 158 different colors.

Previews

CocoaPods

You can install UIColor-ChineseTraditionalColors through CocoaPods adding the following to your Podfile:

pod 'UIColor-ChineseTraditionalColors'

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:

[sudo] gem install cocoapods

Usage

Checkout the demo app for an example.

view.backgroundColor = UIColor.竹青()

License

UIColor-ChineseTraditionalColors is available under MIT license. See the LICENSE file for more info.