Package apple.uikit.protocol
Interface UITextInputDelegate
-
- All Known Implementing Classes:
UIInputViewController
public interface UITextInputDelegateThe input delegate must be notified of changes to the selection and text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionDidChange(UITextInput textInput)voidselectionWillChange(UITextInput textInput)voidtextDidChange(UITextInput textInput)voidtextWillChange(UITextInput textInput)
-
-
-
Method Detail
-
selectionDidChange
void selectionDidChange(UITextInput textInput)
-
selectionWillChange
void selectionWillChange(UITextInput textInput)
-
textDidChange
void textDidChange(UITextInput textInput)
-
textWillChange
void textWillChange(UITextInput textInput)
-
-