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.
是否有一些默认设置可以垂直居中文本字段
只需添加以下代码行。
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;
您可以简单地使用