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

#import <JSQMessagesInputToolbar.h>

Inheritance diagram for <JSQMessagesInputToolbarDelegate>:
JSQMessagesViewController()

Instance Methods

(void) - messagesInputToolbar:didPressRightBarButton:
 
(void) - messagesInputToolbar:didPressLeftBarButton:
 

Detailed Description

The JSQMessagesInputToolbarDelegate protocol defines methods for interacting with a JSQMessagesInputToolbar object.

Method Documentation

- (void) messagesInputToolbar: (JSQMessagesInputToolbar *)  toolbar
didPressLeftBarButton: (UIButton *)  sender 
required

Tells the delegate that the toolbar's leftBarButtonItem has been pressed.

Parameters
toolbarThe object representing the toolbar sending this information.
senderThe button that received the touch event.
- (void) messagesInputToolbar: (JSQMessagesInputToolbar *)  toolbar
didPressRightBarButton: (UIButton *)  sender 
required

Tells the delegate that the toolbar's rightBarButtonItem has been pressed.

Parameters
toolbarThe object representing the toolbar sending this information.
senderThe button that received the touch event.

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