How can I implement vertical scroll view in swift UI

I am making an app in Swift UI, which should contain a scroll view(vertical). How can i implement that? Please help me figure it out.





Thanking You!

Replies

What's the problem ?


have you looked at the API:

https://developer.apple.com/documentation/swiftui/scrollview


Or read this tutorial

h ttps://medium.com/ios-os-x-development/swiftui-nesting-scroll-views-without-tearing-your-hair-out-604b5894324d


Note: should move this question to SwiftUI section.