diff --git a/Source/ASCollectionNode.mm b/Source/ASCollectionNode.mm index a28e0adeae..11fe678fb2 100644 --- a/Source/ASCollectionNode.mm +++ b/Source/ASCollectionNode.mm @@ -70,6 +70,8 @@ _contentInset = UIEdgeInsetsZero; _contentOffset = CGPointZero; _animatesContentOffset = NO; + _showsVerticalScrollIndicator = YES; + _showsHorizontalScrollIndicator = YES; } return self; }