LEAmountInputView 0.1.6

LEAmountInputView 0.1.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Lasha Efremidze.




Overview

LEAmountInputView is an amount input view inspired by Square's design.

LEAmountInputView Screenshot

Requirements

  • iOS 7.0+

Installation

LEAmountInputView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LEAmountInputView"

Usage

See the LEAmountInputViewDemo project for example usage.

Import

#import "LEAmountInputView.h"

Example

LEAmountInputView *amountInputView = [[LEAmountInputView alloc] initWithFrame:self.view.frame numberStyle:NSNumberFormatterCurrencyStyle];
[self.view addSubview:amountInputView];

LEAmountInputTextField

If you want to use the textField standalone with the numberPad as a inputView, use the LEAmountInputTextField subclass.

Contributions

Contributions are totally welcome.

License

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