UITextField 占位符中的下标字母
我需要了解执行此操作的方法。我知道的选项是:
1)加载我自己的自定义字体,其中包括下标字母,或
2)使用直接位于 UITextField 上方的两个 UILabels 模拟“占位符”,并在用户开始键入时使这些标签消失。就我而言,这将比听起来更多,因为整个事情需要由数据驱动。
还有其他选择吗?
I need to learn about ways of doing this. The options I am aware of are:
1) Load my own custom font which includes subscripted letters, or
2) Simulate a "placeholder" with two UILabels positioned directly over the UITextField, and make those labels go away when the user starts typing. In my case, this will be more work than it sounds like, because the whole thing will need to be data-driven.
Are there other options?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,答案是“不”。
As best I can tell, the answer is "no".