Content of the scrollview will change based on users selection. For which I am having some shimmer view while loading data. If users scroll while updating the data, it shows white screen sometimes.
Content of the scrollview will change based on users selection. For which I am having some shimmer view while loading data. If users scroll while updating the data, it shows white screen sometimes.
2
Answers
I am not exactly sure how you structured your view. Your view might still be empty when the data is loading. There are 2 possible solution I can think of:
Mostly, the UI exception happens when the content size doesn’t match the content offset.
For example, when you update the content height to a number what’s smaller than current content Y offset.