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.
1 parent 62f4344 commit a89a4cdCopy full SHA for a89a4cd
src/collectionview/collectionview.ios.ts
@@ -654,10 +654,10 @@ export class CollectionView extends CollectionViewBase {
654
innerView.view = new WeakRef(view);
655
// for a cell to update correctly on cell layout change we need
656
// to do it ourself instead of "propagating it"
657
- view['performLayout'] = () => {
658
- this.measureCell(cell, view, indexPath);
659
- this.layoutCell(indexPath.row, cell, view);
660
- };
+ // view['performLayout'] = () => {
+ // this.measureCell(cell, view, indexPath);
+ // this.layoutCell(indexPath.row, cell, view);
+ // };
661
innerView.addSubview(view.nativeViewProtected);
662
cell.contentView.addSubview(innerView);
663
}
0 commit comments