mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-18 09:59:46 +08:00
Fixes bug #1077
This commit is contained in:
@@ -47,8 +47,8 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[_delegate willLayoutSubviewsOfTableViewCell:self];
|
||||
[super layoutSubviews];
|
||||
[_delegate willLayoutSubviewsOfTableViewCell:self];
|
||||
}
|
||||
|
||||
- (void)didTransitionToState:(UITableViewCellStateMask)state
|
||||
|
||||
Reference in New Issue
Block a user