gpt4 book ai didi

ios - UITextField 文本意外移动

转载 作者:搜寻专家 更新时间:2023-11-01 07:26:40 24 4
gpt4 key购买 nike

下面演示了当文本字段处于事件状态时我的文本字段中的文本如何移动。通过对字段应用背景,我发现只有文本移动,而不是整个文本字段本身。这也不会发生在上面的文本字段中,只有底部的文本字段会发生这种情况

enter image description here

最佳答案

搜索此问题后,我建议将您的字体更改为另一种字体。但是有一些方法可以防止这个问题:

你可以使用这个:

 - (void)textFieldDidEndEditing:(UITextField *)textField
{
[textField layoutIfNeeded]; //Fixes iOS 9 text bounce glitch
//...other stuff
}

请检查此链接:

Text in UITextField moves up after editing (center while editing)

UITextField text jumps iOS 9

关于ios - UITextField 文本意外移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35680996/

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