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