BooksHTMLToAttributedStringConverter
public struct BooksHTMLToAttributedStringConverter
Undocumented
-
Undocumented
Declaration
Swift
public init(_ conversion: @escaping (String, UIFont, UIColor) -> NSAttributedString?)
-
Undocumented
Declaration
Swift
public func convert(_ html: String, font: UIFont, color: UIColor) -> NSAttributedString?