LEAmountInputView
is an amount input view inspired by Square's design.
Note: If you like LEAmountInputView
, checkout NumPad.
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 an inputView, use LEAmountInputTextField
.
Contributions are totally welcome.
LEAmountInputView is available under the MIT license. See the LICENSE file for more info.