LuxChat  2.0
Instant messenger for iOS
Class Methods | List of all members
JSQMessagesToolbarButtonFactory Class Reference

#import <JSQMessagesToolbarButtonFactory.h>

Inheritance diagram for JSQMessagesToolbarButtonFactory:

Class Methods

(UIButton *) + defaultAccessoryButtonItem
 
(UIButton *) + defaultSendButtonItem
 

Detailed Description

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.

Method Documentation

+ (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.

Returns
A newly created button.
+ (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.

Returns
A newly created button.

The documentation for this class was generated from the following files: