Fix broken message cell layout.
// FREEBIE
This commit is contained in:
parent
990fd1cca9
commit
bf80e6dd36
@ -429,6 +429,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
self.dateHeaderLabel.hidden = YES;
|
||||
self.dateHeaderConstraints = @[
|
||||
[self.dateHeaderLabel autoSetDimension:ALDimensionHeight toSize:0],
|
||||
[self.dateHeaderLabel autoPinEdgeToSuperviewEdge:ALEdgeTop],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user