I m trying to get an instance of NSParagraphStyle.default.mutableCopy()
but are we sure that mutableCopy()
will always contain a value?
var paragraphStyle = NSParagraphStyle.default.mutableCopy() as! NSMutableParagraphStyle
Would it possible to do this without force unwraping?