LuxChat  2.0
Instant messenger for iOS
Properties | List of all members
JSQMessagesLabel Class Reference

#import <JSQMessagesLabel.h>

Inheritance diagram for JSQMessagesLabel:

Properties

UIEdgeInsets textInsets
 

Detailed Description

JSQMessagesLabel is a subclass of UILabel that adds support for a textInsets property, which is similar to the textContainerInset property of UITextView.

Property Documentation

- (UIEdgeInsets) textInsets
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.


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