init(attributedText:)
Returns a simple-text print formatter initialized with attributed text.
Declaration
init(attributedText: NSAttributedString)Parameters
- attributedText:
A string of attributed text or
nilif you intend to assign the text later.
Return Value
An initialized instance of UISimpleTextPrintFormatter or nil if the object could not be created.