So I had to choose between a random crash on ScrollViewProxy scrollTo and a flash when adding a new posts on the top of the timeline... I choose the flash. This is a sad day for #SwiftUI
@dimillian hah, I had a feeling it wasn’t going to just work 😁. I have a workaround for a somewhat similar issue in Pulse where I temporarily hide the view during updates and show an identically looking placeholder.
@a_grebenyuk It’ll take half of the fun out of the app :/ + all the quirks of having UIKit playing nicely with SwiftUI for basically everything a status row does.
@a_grebenyuk I was thinking about that, but does it help me to scroll it at the correct place? I still need something, I can't calculate a scroll offset nor an index path with any guarantee.