Popularity
2.0
Declining
Activity
0.0
Stable
49
2
24

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     TextField & TextView    
Latest version: v2.3

CurrencyTextField alternatives and similar libraries

Based on the "TextField & TextView" category.
Alternatively, view CurrencyTextField alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CurrencyTextField or a related project?

Add another 'TextField & TextView' Library

README

CurrencyTextField

The numbers that the user enters in the field are automatically formatted to display in the dollar amount format. For example, if the user enters the numbers 1 and 2, the text in the field is formatted to display $0.12 . If the user enters 3, 4, 5, 6 after that.. the field displays $1,234.56 If the user presses the delete key, the text field displays $123.45

Demo

Alt text

Installation

CocoaPods

Add the dependency to your Podfile:

use_frameworks!

target TARGET_NAME do
    pod 'CurrencyTextField'
end    

Run pod install to install the dependencies.

Source files

Clone this repository or download it in zip-file. Then you will find source files under CurrencyTextField directory. Copy them to your project.

Usage

Import CurrencyTextField and add it programatically to your view or add UITextField in your Storyboard, and then change the custom class to CurrencyTextField

Alt text

 @IBOutlet weak var textField: CurrencyTextField!

License

CurrencyTextField is released under the MIT license.


*Note that all licence references and agreements mentioned in the CurrencyTextField README section above are relevant to that project's source code only.