Going through some basic improvements to a application I am working on. Still new to the iOS swift development scene. I figured that the lines of text in my code would automatic
In Swift 4.1 :
let style = NSMutableParagraphStyle() style.alignment = NSTextAlignment.center lbl.centerAttributedText = NSAttributedString(string: "Total Balance",attributes: [.paragraphStyle: style])
(edited for code block)