#import <JSQMessagesCollectionViewLayoutAttributes.h>
| - (CGFloat) cellBottomLabelHeight |
|
readwritenonatomicassign |
| - (CGFloat) cellTopLabelHeight |
|
readwritenonatomicassign |
| - (CGSize) incomingAvatarViewSize |
|
readwritenonatomicassign |
| - (CGFloat) messageBubbleContainerViewWidth |
|
readwritenonatomicassign |
| - (UIFont*) messageBubbleFont |
|
readwritenonatomicstrong |
| - (CGFloat) messageBubbleTopLabelHeight |
|
readwritenonatomicassign |
| - (CGSize) outgoingAvatarViewSize |
|
readwritenonatomicassign |
| - (UIEdgeInsets) textViewFrameInsets |
|
readwritenonatomicassign |
The inset of the frame of the text view within a JSQMessagesCollectionViewCell.
The inset values should be greater than or equal to 0.0 and are applied in the following ways:
- The right value insets the text view frame on the side adjacent to the avatar image (or where the avatar would normally appear). For outgoing messages this is the right side, for incoming messages this is the left side.
- The left value insets the text view frame on the side opposite the avatar image (or where the avatar would normally appear). For outgoing messages this is the left side, for incoming messages this is the right side.
- The top value insets the top of the frame.
- The bottom value insets the bottom of the frame.
| - (UIEdgeInsets) textViewTextContainerInsets |
|
readwritenonatomicassign |
The inset of the text container's layout area within the text view's content area in a JSQMessagesCollectionViewCell. The specified inset values should be greater than or equal to 0.0.
The documentation for this class was generated from the following file: