本人维护的APP中,所有textView/textField调用键盘的地方,输入的文字超过2个字在输入法中都会被省略,不论是用系统自带输入法还是第三方输入法都是这样,其他的APP均表现正常,而且textView/textField并没有做特别的处理:
_textField = [[UITextField alloc] init]; _textField.backgroundColor = [UIColor clearColor]; _textField.textColor = [UIColor textNormalColor]; _textField.font = [UIFont systemFontOfSize:16.f]; _textField.textAlignment = NSTextAlignmentLeft; _textField.clearButtonMode = UITextFieldViewModeAlways; _textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; [self.contentView addSubview:_textField];
没有查到相关的资料,希望遇到相似问题的同学能分享下解决方案,谢谢!
付费偷看金额在0.1-10元之间
一周热门 更多>