NSMutableAttributedString
public extension NSMutableAttributedString
-
Undocumented
Declaration
Swift
func addString(_ string: String, attributes: [NSAttributedString.Key : Any])
-
Undocumented
Declaration
Swift
func addAttribute(_ name: NSAttributedString.Key, value: Any)
-
Undocumented
Declaration
Swift
func addAttributes(_ attributes: [NSAttributedString.Key : Any])
-
Undocumented
Declaration
Swift
func removeAttribute(_ name: String)