Fix dynamic type issues in home view cells.

This commit is contained in:
Matthew Chen 2018-04-25 13:06:25 -04:00
parent fb0c47aa12
commit 5a42bf0ffb

View File

@ -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];