TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Lasha Efremidze.
LEAmountInputView
is an amount input view inspired by Square's design.
LEAmountInputView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "LEAmountInputView"
See the LEAmountInputViewDemo
project for example usage.
#import "LEAmountInputView.h"
LEAmountInputView *amountInputView = [[LEAmountInputView alloc] initWithFrame:self.view.frame numberStyle:NSNumberFormatterCurrencyStyle];
[self.view addSubview:amountInputView];
If you want to use the textField standalone with the numberPad as a inputView, use the LEAmountInputTextField
subclass.
Contributions are totally welcome.
LEAmountInputView is available under the MIT license. See the LICENSE file for more info.