gpt4 book ai didi

iphone - UITextField 不会在整个项目中自动大写

转载 作者:太空狗 更新时间:2023-10-30 03:21:24 25 4
gpt4 key购买 nike

出于某种原因,我的 UITextFields 都不会自动大写。我已经在 InterfaceBuilder 中设置了该属性,并以编程方式设置,如下所示。

cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"search_cell"];
UITextField *tf = [[UITextField alloc] initWithFrame:CGRectMake(12, 10, 320, 32)];
tf.autocapitalizationType = UITextAutocapitalizationTypeWords;
tf.returnKeyType = UIReturnKeySearch;
tf.font = [UIFont boldSystemFontOfSize:20.0];
tf.delegate = self;
[cell addSubview:tf];
[tf becomeFirstResponder];

无论如何,我是否可以设置一些标志来在整个应用程序中禁用自动大写而不自知?

谢谢

最佳答案

您是否检查了 iPhone 的设置 -> 通用 -> 键盘 -> 自动大写?

关于iphone - UITextField 不会在整个项目中自动大写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1123028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com