expanz_ui_TextInputUtils Class Reference
Inherits from | NSObject |
Declared in | expanz_ui_TextInputUtils.h |
Tasks
-
+ revealFromBeneathKeyboard:
If the text field will be hidden by the keyboard becoming active, this method causes the view to scroll so that the text field appears in the remaining space after the keyboard has been presented.
-
+ restoreBeneathKeyboard:
Restore the view to it’s previous state prior to calling revealFromBeneathKeyboard.
-
+ isCurrentlyEditing:
Returns true if this is the text field that currently has focus.
-
+ currentlyEditingTextInput
-
+ setCurrentlyEditing:
Registers this text field as the one that currently has focus.
Class Methods
isCurrentlyEditing:
Returns true if this is the text field that currently has focus.
+ (BOOL)isCurrentlyEditing:(id<UITextInput>)textInputControl
Discussion
Returns true if this is the text field that currently has focus.
Declared In
expanz_ui_TextInputUtils.h
restoreBeneathKeyboard:
Restore the view to it’s previous state prior to calling revealFromBeneathKeyboard.
+ (void)restoreBeneathKeyboard:(id<UITextInput>)textInputControl
Discussion
Restore the view to it’s previous state prior to calling revealFromBeneathKeyboard.
Declared In
expanz_ui_TextInputUtils.h
revealFromBeneathKeyboard:
If the text field will be hidden by the keyboard becoming active, this method causes the view to scroll so that the text field appears in the remaining space after the keyboard has been presented.
+ (void)revealFromBeneathKeyboard:(id<UITextInput>)textInputControl
Discussion
If the text field will be hidden by the keyboard becoming active, this method causes the view to scroll so that the text field appears in the remaining space after the keyboard has been presented.
Declared In
expanz_ui_TextInputUtils.h