|
LuxChat
2.0
Instant messenger for iOS
|
#import <JSQMessagesLabel.h>
Properties | |
| UIEdgeInsets | textInsets |
JSQMessagesLabel is a subclass of UILabel that adds support for a textInsets property, which is similar to the textContainerInset property of UITextView.
|
readwritenonatomicassign |
The inset of the text layout area within the label's content area. The default value is UIEdgeInsetsZero.
This property provides text margins for the text laid out in the label. The inset values provided must be greater than or equal to 0.0f.
1.8.9.1