dismissTemplate(animated:)
Dismisses the template that the interface controller is displaying modally.
Declaration
func dismissTemplate(animated: Bool)Parameters
- animated:
A Boolean value that indicates whether the system animates the dismissal of the template. Set to True to animate the transition.
Discussion
Calling this method when there’s no modal template displayed has no effect.