In SwiftUI, if I'm using ScrollViewProxy to scroll to a particular anchor in a List, is there any way to have it take the top contentMargin into account?
Every time I scroll to an item, it ends up behind the top toolbar ๐
In SwiftUI, if I'm using ScrollViewProxy to scroll to a particular anchor in a List, is there any way to have it take the top contentMargin into account?
Every time I scroll to an item, it ends up behind the top toolbar ๐
@nicklockwood classic SwiftUI.
Sometimes I miss the simplicity of UIKit ๐