This commit is contained in:
Aaron Schubert
2016-01-19 11:43:03 +00:00
parent 46bcc90185
commit 7821a0aa19

View File

@@ -47,8 +47,8 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
- (void)layoutSubviews
{
[_delegate willLayoutSubviewsOfTableViewCell:self];
[super layoutSubviews];
[_delegate willLayoutSubviewsOfTableViewCell:self];
}
- (void)didTransitionToState:(UITableViewCellStateMask)state