如何从界面生成器设置 uitextview 的垂直对齐
我的应用程序设计有问题。我想设置 UITextView 中间的垂直对齐。 请帮助我如何从界面生成器设置 uitextview 的垂直对齐。
I have a problem in my application design. I want to set vertical align middle of my UITextView.
Please help me how to set vertical align of uitextview from interface builder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过观察 contentSize 属性的更改然后设置 contentOffset 来实现此目的。
Got this to work by observing changes to the contentSize property and then setting contentOffset.
您可以通过界面生成器来完成此操作。打开文本字段的属性并将文本对齐方式设置为居中。
You can do this by interface builder.Open attributes of text field and set text Alignment to center.