LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
<JSQMessagesKeyboardControllerDelegate> Protocol Reference

#import <JSQMessagesKeyboardController.h>

Inheritance diagram for <JSQMessagesKeyboardControllerDelegate>:
JSQMessagesViewController()

Instance Methods

(void) - keyboardController:keyboardDidChangeFrame:
 

Detailed Description

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.

Method Documentation

- (void) keyboardController: (JSQMessagesKeyboardController *)  keyboardController
keyboardDidChangeFrame: (CGRect)  keyboardFrame 
required

Tells the delegate that the keyboard frame has changed.

Parameters
keyboardControllerThe keyboard controller that is notifying the delegate.
keyboardFrameThe new frame of the keyboard in the coordinate system of the contextView.

The documentation for this protocol was generated from the following file: