Written in Swift 3
Favara Vincenzo [email protected]
Linkedin: https://www.linkedin.com/in/vincenzofavara
Features to develop:
- more performance memory ...
This library is young but it works perfectly.
- iOS 9.0
- Xcode 8
CocoaPods is a dependency manager for Cocoa projects.
CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:
$ gem install cocoapods
To integrate Google Material Design Colors into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
pod 'GMDColors'
Then, run the following command:
$ pod install
- Copy
GMDColors.swift
file into your project
Super easy way how to use a normale UIColor. You can find UIColor.whiteColor() and the new UIColor.GMDemeraldColor()
Colors taken from: http://www.flatuicolorpicker.com
Google Material Design Colors is available under the MIT license. See the LICENSE file for more info.