Your First iOS & SwiftUI App: Polishing the App, Episode 36: Display a Second Screen | raywenderlich.com

Learn one way you can display an extra screne of content in your SwiftUI app, using View’s sheet() method.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/28797859-your-first-ios-swiftui-app-polishing-the-app/lessons/36

I can’t find the documentation article for View Presentation. The subcategories of the SwiftUI docs section in App Frameworks seem to have changed since this video was published. Where can we find this article in the updated documentation?

1 Like

Because the docs change so frequently, I find that that it’s best to use the search field. ActionSheet shows up as deprecated, but sheet doesn’t yield any results. When that happens, I search in a web browser instead, unfortunately.

Screen Shot 2022-06-05 at 2.37.50 AM