LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
JSQMessagesComposerTextView Class Reference

#import <JSQMessagesComposerTextView.h>

Inheritance diagram for JSQMessagesComposerTextView:

Instance Methods

(BOOL) - hasText
 

Properties

NSString * placeHolder
 
UIColor * placeHolderTextColor
 

Detailed Description

An instance of JSQMessagesComposerTextView is a subclass of UITextView that is styled and used for composing messages in a JSQMessagesViewController. It is a subview of a JSQMessagesToolbarContentView.

Method Documentation

- (BOOL) hasText

Determines whether or not the text view contains text after trimming white space from the front and back of its string.

Returns
YES if the text view contains text, NO otherwise.

Property Documentation

- (NSString*) placeHolder
readwritenonatomiccopy

The text to be displayed when the text view is empty. The default value is nil.

- (UIColor*) placeHolderTextColor
readwritenonatomicstrong

The color of the place holder text. The default value is [UIColor lightGrayColor].


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