NSAttributedString
public extension NSAttributedString
-
Range from the start to the end.
Declaration
Swift
var fullRange: NSRange { get }
-
Height of a string for specified width.
Declaration
Swift
func height(width: CGFloat) -> CGFloat