PasteOverflowPolicy
public enum PasteOverflowPolicy
Allows you to manage paste behaviors for text fields that use maxLength
-
Pastes nothing if the text cannot fit completely
Declaration
Swift
case noChanges -
Pastes part of text that can fit
Declaration
Swift
case textThatFits
PasteOverflowPolicy Enumeration Reference