1

I'am updating the item size of my collection items with a slider

NSSize size = NSMakeSize(ratio, ratio);
[collectionView setMinItemSize:size];
[collectionView setMaxItemSize:size];

However i don't want the reorder animation to happen (the cells should just appear on their new positions)

Daniyar
  • 2,975
  • 2
  • 26
  • 39
Peter Lapisu
  • 19,915
  • 16
  • 123
  • 179

0 Answers0