A swift extension that extends UIColor with a list of Chinese traditional colors
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.
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
Checkout the demo app for an example.
view.backgroundColor = UIColor.竹青()
UIColor-ChineseTraditionalColors is available under MIT license. See the LICENSE file for more info.