Written in swift 3
Favara Vincenzo vin.favara@gmail.com
Linkedin: https://www.linkedin.com/in/vincenzofavara
This library is maked with the template of DoneHUD: https://github.com/beryu/DoneHUD
- 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 'CheckAndXHUD'
Then, run the following command:
$ pod install
- Copy
CheckAndXHUD.swift
file into your project - Copy
CheckAndXView.swift
file into your project
It's easy, look the sample.
Google Material Design Colors is available under the MIT license. See the LICENSE file for more info.