Fix dynamic type issues in home view cells.
This commit is contained in:
parent
fb0c47aa12
commit
5a42bf0ffb
@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
[self setTranslatesAutoresizingMaskIntoConstraints:NO];
|
||||
self.layoutMargins = UIEdgeInsetsMake(0, self.cellHMargin, 0, self.cellHMargin);
|
||||
self.contentView.layoutMargins = UIEdgeInsetsZero;
|
||||
self.contentView.preservesSuperviewLayoutMargins = YES;
|
||||
self.contentView.preservesSuperviewLayoutMargins = NO;
|
||||
|
||||
self.backgroundColor = [UIColor whiteColor];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user