Apple Store App Pop Up Window

Does anyone have any idea on how to create a pop up view like the one seen in the Apple Store app?
I have included a video below and would appreciate any ideas.

Thanks in advance,

Josh

https://drive.google.com/file/d/1yCQUeF1qE81VaIJeQo2xEYC_exuWfFmR/view?usp=sharing

Hi Josh,

This is presenting a modal or “sheet.” I would suggest following Chris’ iOS foundations, or learn iOS in 90 days to get more familiar with how Swift and iOS work.

This is a SwiftUI example.

https://www.hackingwithswift.com/quick-start/swiftui/how-to-present-a-new-view-using-sheets

1 Like