SwiftUI Docs
老年人备忘录Fast, readable references
分类Category

弹出展示Presentation

弹出、覆盖和临时展示界面,集中学习 sheet、alert、popover 等展示模式。Presentation patterns for sheets, alerts, popovers, and temporary UI.

入门Beginner4 分钟4 min

sheetsheet

以模态方式展示临时任务或补充流程,比如编辑、筛选和详情补充。Presents temporary tasks or supporting flows modally.

isPresenteditemmodaldismiss
更新于Updated Apr 22, 2026
入门Beginner4 分钟4 min

fullScreenCoverfullScreenCover

全屏展示临时流程,适合 onboarding、登录和沉浸式任务。Presents temporary flows full-screen, such as onboarding, sign-in, or immersive tasks.

fullScreenCovermodalisPresenteddismiss
更新于Updated Apr 22, 2026
入门Beginner3 分钟3 min

alertalert

用于确认、错误提示和简短的重要反馈。Used for confirmations, errors, and short important feedback.

confirmationbuttonserrordestructive
更新于Updated Apr 22, 2026
入门Beginner4 分钟4 min

confirmationDialogconfirmationDialog

从底部弹出一组操作选项,适合二次确认或更多操作菜单。Shows a bottom action menu for confirmations or additional options.

confirmationDialogactionscanceldestructive
更新于Updated Apr 22, 2026
中级Intermediate4 分钟4 min

popoverpopover

在当前上下文附近展示轻量补充内容,适合提示、说明或小型工具面板。Shows lightweight contextual content near the trigger.

popovercontextpresentationcompactAdaptation
更新于Updated Apr 22, 2026