init(markupText:)
Returns a markup-text print formatter initialized with an HTML string.
Declaration
init(markupText: String)Parameters
- markupText:
A string of HTML markup text or
nilif you want to add the markup text later.
Return Value
An instance of UIMarkupTextPrintFormatter or nil if the object could not be created.