selectedBackgroundView (#2875)

This commit is contained in:
Vadim Novoseltsev
2017-02-15 21:37:45 +03:00
committed by Adlai Holler
parent 6af131b093
commit b6935448d6
3 changed files with 8 additions and 0 deletions

View File

@@ -952,6 +952,7 @@ static NSString * const kReuseIdentifier = @"_ASCollectionReuseIdentifier";
if (_ASCollectionViewCell *asCell = ASDynamicCast(cell, _ASCollectionViewCell)) {
asCell.node = node;
asCell.selectedBackgroundView = node.selectedBackgroundView;
[_rangeController configureContentView:cell.contentView forCellNode:node];
}