#import <JSQMessagesComposerTextView.h>
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.
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.
| - (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: