Objective C - 文本字段大小
我有一个必须放在 UITextField 中的字符串。但我的 TextField 不能滚动,但必须根据字符串长度调整自身大小。我该怎么做?
i've a string that i have to place in a UITextField. But my TextField have not to be scrollable, but have to size itself based on the string length. How can i do this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
stringSize.heigth
您可以调整 TextField 的大小。From
stringSize.heigth
you can size the TextField.