You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can update collection view only by operating with section and item objects without any `performBatchUpdates`:
77
+
You can update collection view only by operating with section and item objects without any `IndexPath` mess: put usual operations in `performUpdates` block
78
78
```swift
79
-
// insert item at specific position
80
-
let row = CollectionItem<CollectionCell>(item: "hello")
0 commit comments