CheckAndXHUD
Author
Favara Vincenzo vin.favara@gmail.com
Linkedin: http://www.linkedin.com/profile/view?id=104791601
This library is maked with the template of DoneHUD: https://github.com/beryu/DoneHUD
Requirements
- iOS 8.0+
- Xcode 7
Installation
CocoaPods
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, '8.0'
use_frameworks!
pod 'CheckAndXHUD'
Then, run the following command:
$ pod install
Manually
- Copy
CheckAndXHUD.swift
file into your project - Copy
CheckAndXView.swift
file into your project
Usage
It's easy, look the sample.
Licence
Google Material Design Colors is available under the MIT license. See the LICENSE file for more info.