SwiftUI: ScrollViewReader .scrollTo covering TextField’s container
I have a 0..<x containers on screen that contains textfields. Containers have colored line width. When I am popping my keyboard, it will focus exactly on pixel where the textfield is, BUT covering visible part of containers. Is there something to adjust padding to focus to?
SwiftUI ScrollViewReader scrollTo doesn’t scroll all the way to top
I want the ScrollView to scroll to top when I tap on the tab. It works but it stops parallel to the navigation title and doesn’t scroll all the way below the title as expected.
Default space in SwiftUI ScrollView
I am trying to create a custom scroll view which can notify the parent view if the user has scrolled to the end.
Dynamically set horizontal scroll view height based on max content height in SwiftUI
I am trying to create a horizontal carousel using SwiftUI ScrollView