I am using SwiftUI
UIScrollView
. Right now when user drag the screen above the screen height, some white space will appear and the same when user keep scrolling by the end of the screen content.
I am wondering if there’s any way to fix the UIScrollView
so that the user cannot keep dragging once they reached the end of the screen content or cannot exceed the screen content height?
Thank you so much!!!!