我有一个包含UITextView的子类UITableViewCell。我已将NSParagraphStyle作为属性添加到子类NSTextStorage中的字符串。在下面的代码中,我增加了UITextView中每行之间的间距。swiftletparagraphStyle=NSMutableParagraphStyle()paragraphStyle.lineSpacing=11myCustomTextStorage.appendAttributedString(NSAttributedString(string:someText,attributes:[NSParagraphStyle