ios 自定义类数字键盘
iOS自定义数字键盘 使用简单 适配iPhone6/6PLUS self.keyBoardTF.inputView = [[WSNumberKeyBoard alloc] initWithControlTextField:self.keyBoardTF ReturnButtonName:nil andClickBlock:^(UITextField *textField) { NSLog(@"textFieldNumber:%@",textField); [textField resignFirstResponder]; }];
文件列表
NumberKeyboardPro.zip
(预估有个63文件)
NumberKeyboardPro
NumberKeyboardProTests
NumberKeyboardProTests.m
898B
Info.plist
750B
NumberKeyboardPro.xcodeproj
project.xcworkspace
contents.xcworkspacedata
162B
xcuserdata
moshmosh.xcuserdatad
UserInterfaceState.xcuserstate
15KB
暂无评论