LEAmountInputView 0.1.6

LEAmountInputView 0.1.6

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2015年6月

Lasha Efremidze 维护。




概述

LEAmountInputView 是一个受到 Square 设计启发的金额输入视图。

LEAmountInputView Screenshot

要求

  • iOS 7.0+

安装

LEAmountInputView 可通过 CocoaPods 获取。要安装它,只需在 Podfile 中添加以下行

pod "LEAmountInputView"

使用

查看 LEAmountInputViewDemo 项目以获取示例用法。

导入

#import "LEAmountInputView.h"

示例

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

LEAmountInputTextField

如果您想独立使用 textField 与数字键盘作为输入视图,请使用 LEAmountInputTextField 子类。

贡献

完全欢迎贡献。

许可证

LEAmountInputView 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。