1. 首页
  2. 移动开发
  3. iOS
  4. ios 自定义类数字键盘

ios 自定义类数字键盘

上传者: 2018-12-16 12:32:31上传 ZIP文件 82.54KB 热度 42次
iOS自定义数字键盘 使用简单 适配iPhone6/6PLUS self.keyBoardTF.inputView = [[WSNumberKeyBoard alloc] initWithControlTextField:self.keyBoardTF ReturnButtonName:nil andClickBlock:^(UITextField *textField) { NSLog(@"textFieldNumber:%@",textField); [textField resignFirstResponder]; }];
用户评论