Trying my chance here, in #swiftUI what is the best way to have pull to refresh interaction that you can start programmaticaly (like `beginRefreshing()` of `UIRefreshControl`) and you can replace the default `UIActivityControl` by any custom animation ?
I've tried various way, SwiftUIIntrospect or using a classic `UIScrollView` but can't seems to find a proper solution...
I've tried various way, SwiftUIIntrospect or using a classic `UIScrollView` but can't seems to find a proper solution...
