You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verifies if the text input bar should still move up/down when it is first responder. Default is NO.
207
+
This is very useful when presenting the view controller in a custom modal presentation, when there keyboard events are being handled externally to reframe the presented view.
208
+
You don't need call super since this method doesn't do anything.
209
+
*/
210
+
- (BOOL)ignoreTextInputbarAdjustment;
211
+
205
212
/**
206
213
Notifies the view controller that the keyboard changed status.
207
214
You can override this method to perform additional tasks associated with presenting the view. You don't need call super since this method doesn't do anything.
0 commit comments