Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这个问题中迷失了很长时间,并没有在谷歌或 stackoverflow 上找到答案。
我添加了 setContentScaleFactor,现在当焦点在字段中时,文本会变得模糊。集中注意力时,文字会很清晰。
[yourTextFeild setContentScaleFactor:scale];
每次缩放时都调用它。
这可能会对您有所帮助。