Nested ScrollView in a List + refreshable strange behaviour in iOS 16 – Ios swift
In my SwiftUI app I've a List with nested ScrollView, since I've updated my iPhone to iOS 16 the refresh on the main List has a strange behavior. It seems that every ScrollView has their own refresh. The issue is…