I have tried to find a similar problem asked before, but failed.
I have a simple view with list. I am using a ForEach to show 10 iterations of the some list item to
It is not last items. If you set in your ForEach
20 instead of 10 and scroll up & down you'll see much more interesting issue.
I assume the reason, actually List
bug, is the same as in this topic.
Workaround If it is not critical to you then use ScrollView
instead of List
, as tested there is no bug for it. Otherwise, file a Radar and wait for fix.