We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
itemOverlap
1 parent c3f68c6 commit 3bdf1a7Copy full SHA for 3bdf1a7
src/collectionview/index.ios.ts
@@ -105,8 +105,8 @@ export class CollectionView extends CollectionViewBase {
105
if (CollectionViewBase.layoutStyles[this.layoutStyle]) {
106
layout = this._layout = CollectionViewBase.layoutStyles[this.layoutStyle].createLayout(this);
107
} else {
108
- // layout = this._layout = UICollectionViewFlowLayoutImpl.initWithOwner(this);
109
- layout = this._layout = UICollectionViewFlowLayout.new();
+ layout = this._layout = UICollectionViewFlowLayoutImpl.initWithOwner(this);
+ // layout = this._layout = UICollectionViewFlowLayout.new();
110
}
111
if (layout instanceof UICollectionViewFlowLayout) {
112
layout.minimumLineSpacing = 0;
0 commit comments