[iOS] DiffableDatasource 와 reconfigureItems
iOS15에서부터 reconfigureItems를 사용할 수 있습니다. “To update the contents of existing (including prefetched) cells without replacing them with new cells…” cell을 update하기 위해서 reloadItems(\\_:)대신 사용합니다. 새로운 셀로 바꾸는 것이 아니기 때문에 퍼포먼스가 더 좋습니다. “Because this method reconfigures existing cells, the collection view or table view doesn’t call prepareForReuse for each cell dequeued.” 하지만 prepareForReuse가 불리지 않는 다는 점을..
iOS
2023. 3. 30. 23:27
공지사항