NSMutableAttributedString
class NSMutableAttributedString : NSAttributedString
-
Mechanica
Removes all the attributes from
self.Declaration
Swift
public func removeAllAttributes() -
Mechanica
Returns a
newNSMutableAttributedString removing all the attributes.Declaration
Swift
public func removingAllAttributes() -> NSMutableAttributedString
-
Mechanica
Returns a
newNSMutableAttributedString appending the right NSMutableAttributedString to the left NSMutableAttributedString.Declaration
Swift
public static func + (lhs: NSMutableAttributedString, rhs: NSMutableAttributedString) -> NSMutableAttributedString -
Mechanica
Returns a
newNSMutableAttributedString appending the right NSAttributedString to the left NSMutableAttributedString.Declaration
Swift
public static func + (lhs: NSMutableAttributedString, rhs: NSAttributedString) -> NSMutableAttributedString -
Mechanica
Returns a
newNSMutableAttributedString appending the right NSMutableAttributedString to the left NSAttributedString.Declaration
Swift
public static func + (lhs: NSAttributedString, rhs: NSMutableAttributedString) -> NSMutableAttributedString -
Mechanica
Returns a
newNSMutableAttributedString appending the right String to the left NSMutableAttributedString.Declaration
Swift
public static func + (lhs: NSMutableAttributedString, rhs: String) -> NSMutableAttributedString -
Mechanica
Returns a
newNSMutableAttributedString appending the right NSMutableAttributedString to the left String.Declaration
Swift
public static func + (lhs: String, rhs: NSMutableAttributedString) -> NSMutableAttributedString -
Mechanica
Appends the right NSMutableAttributedString to the left NSMutableAttributedString.
Declaration
Swift
public static func += (lhs: NSMutableAttributedString, rhs: NSMutableAttributedString) -
Mechanica
Appends the right NSAttributedString to the left NSMutableAttributedString.
Declaration
Swift
public static func += (lhs: NSMutableAttributedString, rhs: NSAttributedString) -
Mechanica
Appends the right String to the left NSMutableAttributedString.
Declaration
Swift
public static func += (lhs: NSMutableAttributedString, rhs: String)
NSMutableAttributedString Extension Reference