【发布时间】:2017-07-20 02:06:01
【问题描述】:
我想在 UITextView 中缩进部分文本
原文:
Paragraph Here:
Hello World this is just a test.
Hello World this is just a test.
Hello World this is just a test
如何让它显示为这样
Paragraph Here:
Hello World this is just a test.
Hello World this is just a test.
Hello World this is just a test
我不想在开头使用空格,因为如果设备真的很小,它会搞砸的
【问题讨论】:
-
@Tom 我可以在 textView 的一部分而不是全部内容中添加填充
标签: swift string text swift3 uitextview