|
LuxChat
2.0
Instant messenger for iOS
|
#import <JSQMessagesToolbarButtonFactory.h>
Class Methods | |
| (UIButton *) | + defaultAccessoryButtonItem |
| (UIButton *) | + defaultSendButtonItem |
JSQMessagesToolbarButtonFactory is a factory that provides a means for creating the default toolbar button items to be displayed in the content view of a JSQMessagesInputToolbar.
| + (UIButton *) defaultAccessoryButtonItem |
Creates and returns a new button that is styled as the default accessory button. The button has a paper clip icon image and no text.
| + (UIButton *) defaultSendButtonItem |
Creates and returns a new button that is styled as the default send button. The button has title text @"Send" and no image.
1.8.9.1