ios 自定义类数字键盘

时间:2018-04-13 10:46:51
【文件属性】:

文件名称:ios 自定义类数字键盘

文件大小:83KB

文件格式:ZIP

更新时间:2018-04-13 10:46:51

iOS 数字键盘 返回

iOS自定义数字键盘 使用简单 适配iPhone6/6PLUS self.keyBoardTF.inputView = [[WSNumberKeyBoard alloc] initWithControlTextField:self.keyBoardTF ReturnButtonName:nil andClickBlock:^(UITextField *textField) { NSLog(@"textFieldNumber:%@",textField); [textField resignFirstResponder]; }];


【文件预览】:
NumberKeyboardPro
----NumberKeyboardProTests()
--------NumberKeyboardProTests.m(898B)
--------Info.plist(750B)
----NumberKeyboardPro.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----.git()
--------index(2KB)
--------hooks()
--------config(137B)
--------description(73B)
--------refs()
--------branches()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----.DS_Store(6KB)
----WSNumberKeyboard()
--------arrowInKeyboard.png(20KB)
--------WSNumberKeyBoard.m(6KB)
--------WSNumberKeyBoard.h(417B)
----NumberKeyboardPro()
--------main.m(343B)
--------AppDelegate.h(286B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ViewController.h(224B)
--------Images.xcassets()
--------Info.plist(1KB)
--------ViewController.m(765B)

网友评论