Loads data up/down on the fly as the user scrolls
Preserves scroll velocity as the list is updated
Those may be conflicting requirements, depending where you load data from.
If it is from the network, you don't control the response time. Hence, how do you expect to keep the same scrolling velocity, whatever solution ? Unless you preload data, but you say you want to load 'on the fly'.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: