Skip to content

Animated UITextField with check & filter for default types (email, url, password, price, date...) for iOS

License

Notifications You must be signed in to change notification settings

TrendingTechnology/AnimatedField

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimatedField logo

AnimatedField

Version License Platform Swift

Table of Contents

Description

You can use AnimatedField as an iOS UITextField/UITextView component. You can check fields with your custom regular expressions or use default ones ordered by types (email, username, password, url, price...). Also can check the field while user is typing in a dynamic way. Limit the text lenght and format fields in your way. Replace your old and bored textfields and textviews with these fancy animated fields. You only need to follow some simple steps to implement it. AnimatedField is customizable and easy to use.

  • Awesome animations on begin editing field
  • Totally customizable
  • Check & filter with regular expressions
  • Limit text length
  • Easy usage
  • Supports iOS, developed in Swift 4

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

AnimatedField is available through CocoaPods. To install it, simply add the following line to your Podfile and run pod install:

pod 'AnimatedField'

Then you can import it when you need

import AnimatedField

Author

Alberto Aznar, info@alberdev.com

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

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

About

Animated UITextField with check & filter for default types (email, url, password, price, date...) for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.4%
  • Ruby 4.6%