Interface UITextInputDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
UIInputViewController, UITextInputDelegateAdapter

public interface UITextInputDelegate
extends NSObjectProtocol
  • Method Details

    • selectionWillChange

      void selectionWillChange​(UITextInput textInput)
    • selectionDidChange

      void selectionDidChange​(UITextInput textInput)
    • textWillChange

      void textWillChange​(UITextInput textInput)
    • textDidChange

      void textDidChange​(UITextInput textInput)