Any solution for this yet? I am trying add indentation to my paragraph lines which is not being rendered either.
let paragraphStyle = NSMutableParagraphStyle()
paragraphStyle.lineBreakMode = .byWordWrapping
paragraphStyle.firstLineHeadIndent = 20
paragraphStyle.lineSpacing = 0
paragraphStyle.headIndent = 20
return paragraphStyle
}()