dismiss
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ โฉ โฉ dismiss
An that dismisses the current presentation.
Use this to get the instance for the current . Then call the instance (dismiss()
) to perform the dismissal.
You call the instance directly because it defines a method that Swift calls when you call the instance. You can use this action to:
dismiss a modal presentation, like a sheet or a popover.
pop the current view from a .
โฉ โฉ โฉ
Perplexity โฉ