|
LuxChat
2.0
Instant messenger for iOS
|
#import <JSQMessagesKeyboardController.h>
Instance Methods | |
| (void) | - keyboardController:keyboardDidChangeFrame: |
The JSQMessagesKeyboardControllerDelegate protocol defines methods that allow you to respond to the frame change events of the system keyboard.
A JSQMessagesKeyboardController object also posts the JSQMessagesKeyboardControllerNotificationKeyboardDidChangeFrame in response to frame change events of the system keyboard.
|
required |
Tells the delegate that the keyboard frame has changed.
| keyboardController | The keyboard controller that is notifying the delegate. |
| keyboardFrame | The new frame of the keyboard in the coordinate system of the contextView. |
1.8.9.1