Open leogiroux opened 3 years ago
I'm experiencing the same
I was experiencing this issue as well, but I have seemed to find a fix, what I did was added this to the updateUIViewController method in ASTableView file:
context.coordinator.applyScrollPosition(animated: true)
This way, when the binding gets updated, the updateUIViewController method is triggered, and this forces the coordinator the apply the new scroll position. Hope this helps!
P.S. The same should also work by adding this line to the updateUIViewController method in the ASCollectionView file
Hi,
Nothing is happening when I set the scroll position in my example, am I doing something wrong ?