iOS 上 UITextView 中两行之间的行距或垂直距离
我想在 UITextView 中设置两行之间的垂直行距。
我搜索了很多相同的内容,但找不到任何 API 或解决方法。
虽然 UIFont 具有 ledding 和 lineHeight 属性,但它们是只读的,因此不能解决目的。
请让我知道如何解决这个问题
I want to set vertical linespacing between two lines in UITextView.
I searched a lot for the same but couldn't find any API or a way to go about it.
Although UIFont has ledding and lineHeight properties but they are readonly and hence doesn't solve the purpose.
Please let me know how to solve this problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看“在UITextView中设置行高”,似乎唯一的解决方案是创建自定义字体。
Have a look at "Set line height in UITextView", it seems the only solution is to create a custom font.