gpt4 book ai didi

ios - 如何在 xcode 中为自定义 TextView 设置文本类型

转载 作者:行者123 更新时间:2023-12-01 17:44:59 25 4
gpt4 key购买 nike

如何在xcode ios4.3中将自定义textview的样式作为密码

最佳答案

我想这就是你要找的

UITextField *textFieldPassword = [[UITextField alloc] initWithFrame:CGRectMake(120, 90, 150, 30)];
textFieldPassword.borderStyle = UITextBorderStyleRoundedRect;
textFieldPassword.textColor = [UIColor blackColor];
textFieldPassword.font = [UIFont systemFontOfSize:12.0];
[textFieldPassword setSecureTextEntry:YES];

关于ios - 如何在 xcode 中为自定义 TextView 设置文本类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8926083/

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