NSAttributedString
Undocumented
-
Replaces html tags in an attributed string with the given attributes.
Parameter
Parameter tag: The tag to replace without opening and closing <> e.g.
strong
=Parameter
Parameter withAttributes: A dictionary
[String: AnyObject]of attributesReturns
NSAttributedString - the tag replaced by the given attributes.
Declaration
Swift
public func replaceHTMLTag(tag: String, withAttributes attributes: [String: AnyObject]) -> NSAttributedStringParameters
tagThe tag to replace without opening and closing <> e.g.
strong
=withAttributesA dictionary
[String: AnyObject]of attributesReturn Value
NSAttributedString - the tag replaced by the given attributes.
NSAttributedString Extension Reference