|
|
@ -160,10 +160,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
CGSize cellSize = [self cellSizeWithTransaction:transaction];
|
|
|
|
CGSize cellSize = [self cellSizeWithTransaction:transaction];
|
|
|
|
[self.layoutConstraints addObjectsFromArray:@[
|
|
|
|
[self.layoutConstraints addObjectsFromArray:[self.bubbleView autoSetDimensionsToSize:cellSize]];
|
|
|
|
[self.bubbleView autoSetDimension:ALDimensionWidth toSize:cellSize.width],
|
|
|
|
|
|
|
|
[self.bubbleView autoSetDimension:ALDimensionHeight toSize:cellSize.height],
|
|
|
|
|
|
|
|
]];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.vStackView.layoutMarginsRelativeArrangement = YES;
|
|
|
|
self.vStackView.layoutMarginsRelativeArrangement = YES;
|
|
|
|
self.vStackView.layoutMargins = UIEdgeInsetsMake(self.conversationStyle.textInsetTop,
|
|
|
|
self.vStackView.layoutMargins = UIEdgeInsetsMake(self.conversationStyle.textInsetTop,
|
|
|
|