reloaddata tag

1 questions


1 answers
84 views
0
Is it possible to reload only the data added in ios collectionView? Like notifyItemRangeInserted on Android?

Add data from the list and self.CollectionView.reloadData()will refresh the screen.After scrolling, add data and call self.CollectionView.reloadData()I forgot about the previously drawn screen, and I ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.