The SwiftUI Handbook

Action sheet

An ActionSheet is useful when you want to present the user with multiple options to choose from, without presenting an alert. For example…

Loading lesson