• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created about 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

UITextField subclass for ATM-style currency input

##TSCurrencyTextField

TSCurrencyTextField is a UITextField subclass that behaves like an ATM currency-amount entry field: the user can enter decimal digits only and the field formats that input into a currency amount, complete with currency symbol ($), decimal point (.), and group separators (,).

##Installing TSCurrencyTextField
You can install TSCurrencyTextField in your project by using CocoaPods:

pod 'TSCurrencyTextField', '~> 0.1.0'

##Usage

An example project is included in the Example directory. This should give you an idea how to use the class.

##Donate

Please consider a small donation if you use TSCurrencyTextField in your projects. It'll make me feel good.

Donate with WePay

##License TSCurrencyTextField is available under the MIT license. See the LICENSE file for more info.