Contents

setMaximumLength(_:)

Sets the maximum number of characters allowed in the annotation string.

Declaration

func setMaximumLength(_ maxLen: Int)

Parameters

  • maxLen:

    The maximum number of characters allowed in the annotation string. Pass 0 to indicate that there is no specified maximum.

See Also

Related Documentation

Working with Annotation Strings