Skip to content

coderYeYu/AmountKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

AmountKeyboard

金额键盘,一个专为输入金额自定义的键盘。简单集成,使用inputView弹出键盘,block传递输入值。

演示:

image

使用方法:

[AmountKeyboard amountKBWithTextField:self.amountTF].changeTextBlock = ^(NSString *text) {
        NSLog(@"当前输入的金钱:%@",text);
    };

第一次分享自己demo,一个简单的自定义键盘。期待试用过的人可以提出一些改进的意见。

About

金额键盘,一个专为输入金额自定义的键盘。简单集成,使用inputView弹出键盘,block传递输入值。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published