Sometimes, the collectionView or tabelView has the dynamic cell’s height can flickers while reloading cells individually.
We can use this code to avoid it:
1 | UIView.performWithoutAnimation { |
Sometimes, the collectionView or tabelView has the dynamic cell’s height can flickers while reloading cells individually.
We can use this code to avoid it:
1 | UIView.performWithoutAnimation { |