今天做一个弹窗效果需要禁止金盘弹出
#pragma mark - textField detegate
- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{
[textField resignFirstResponder];
return NO;
}
今天做一个弹窗效果需要禁止金盘弹出
#pragma mark - textField detegate
- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{
[textField resignFirstResponder];
return NO;
}
本文标题:UITextField 禁止键盘弹出
本文链接:https://www.haomeiwen.com/subject/demshttx.html
网友评论