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
0to indicate that there is no specified maximum.