NSAttributedString

public extension NSAttributedString
  • bounds(withSize:) From Chord_Provider

    Set a BoundingRect with a CGSize

    Declaration

    Swift

    func bounds(withSize: CGSize) -> CGRect

    Parameters

    withSize

    The size of the rect

    Return Value

    A CGRexct with options

  • Key From Chord_Provider

    Render the string in multiple lines

    See more

    Declaration

    Swift

    extension NSAttributedString.Key