UItextView background colours Linespacing area too
问题 I am trying to replicate the text highlight (Not Search Text Highlight) in my UIText View. But I am Stuck with the colouring in the linespacing as well. How Can I rectify this ? Current situation: Desired Outcome: I have added the following attributes to my UiTextview's Attributed Text For Paragraph Line Spacing I have used the following let paragraphStyle = NSMutableParagraphStyle() paragraphStyle.lineSpacing = 10 For Other Attributes I have used the following verseAttributes :