gpt4 book ai didi

ios - UITextfields 占位符字体未使用 HelveticaNeueLTPro-Roman 字体固定在水平中心位置

转载 作者:行者123 更新时间:2023-11-29 01:11:18 25 4
gpt4 key购买 nike

我是 ios 新手,在我的应用程序中我添加了一些文本字段,这很好,但是当我将自定义字体应用于此文本字段时,文本字段占位符不适合水平中心位置

为什么会出现这个问题,请帮助我并查看下面的屏幕,我在这里遇到了什么问题

我的代码:

 [username setFont:[UIFont fontWithName:@"HelveticaNeueLTPro-Roman" size:12.0]];

[password setFont:[UIFont fontWithName:@"HelveticaNeueLTPro-Roman" size:12.0]];

enter image description here

最佳答案

我想你忘记了两个简单的步骤

  • 转到 Xcode 中的 Attribute 面板并将控件对齐方式更改为 CenterLeft ,例如像这样

    enter image description here

  • 同时将您的字体类型从 System 更改为 Custom ,例如像这样 [This is optional]

    enter image description here

  • 你得到类似的输出

    enter image description here

关于ios - UITextfields 占位符字体未使用 HelveticaNeueLTPro-Roman 字体固定在水平中心位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35726754/

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