dismissNavigationAlert(animated:completion:)
Tells the map template to dismiss the visable navigation alert.
Declaration
func dismissNavigationAlert(animated: Bool, completion: @escaping (Bool) -> Void)
func dismissNavigationAlert(animated: Bool) async -> Bool
Parameters
- animated:
Determines whether the system should animate the dismissal of the navigation alert. Set to True to animate the dismissal.
- completion:
The block invoked after dismissing the navigation alert. The Bool argument in the block indicates whether the template dismissed an alert.
Discussion
See Also
Displaying a Navigation Alert