/FlatUIColors

SImple cocoapod extension to use my custom Flat Colors

Primary LanguageSwiftMIT LicenseMIT

FlatUIColors

CI Status Version License Platform

Example

The Example project contains a simple showcase of all colors presents. Run the project and check it.

Usage

To use in your code, simply:

  1. import FlatUIColors
    You can import FlatUIColors in the AppDelegate.swift and forgot it. You can use in all of your classes.

  2. Use the color as normal color: UIColor.flatAmethist

self.view.backgroundColor = UIColor.flatAmethist

  1. Use as XCode color palette:

Import

You can import in your Podfile using:

pod 'FlatUIColors', :git => 'https://github.com/elpsk/FlatUIColors.git'

Requirements

  • Xcode 10+
  • Swift 5+

Installation

FlatUIColors is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'FlatUIColors'

Author

Alberto Pasca - albertopasca.it/whiletrue

License

FlatUIColors is available under the MIT license. See the LICENSE file for more info.