Oddbean new post about | logout
 I was looking at your smoothtable thing, did you ever get that working? It’s something I still want to look into, but the code looks so janky (not yours specifically, but just to get it working) 
 It’s better now but I’m still not entirely happy with it, especially considering scrolling is one of the things that started it all. There is still a minuscule hitch sometimes when new cells appear, I get these in both the SmoothTable or the plain LazyVStack lists

Switching from UIColllectionView to UITableView using almost the same code seemed to help a bit, or at least got rid of the random flying view animations.

but for lists where I don’t need to maintain scroll position or insert cells at the top I still use the regular LazyVStacks