633 B
633 B
UIAnimatedTextField
Installation
UIAnimatedTextField is available through CocoaPods. To install it, simply add the pod 'UIAnimatedTextField' and a source for podspecs to your Podfile. For example:
source "https://github.com/iznv/Podspecs.git"
platform :ios, '9.0'
use_frameworks!
target "ProjectName" do
pod 'UIAnimatedTextField'
end
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Copyright
2016 Touch Instinct
License
UIAnimatedTextField is available under the MIT license. See the LICENSE file for more info.