dismissController(_:)
Dismisses the window controller.
Declaration
@IBAction func dismissController(_ sender: Any?)Parameters
- sender:
The sender of the message.
Discussion
This method does nothing if the receiver is not currently presented.
Dismisses the window controller.
@IBAction func dismissController(_ sender: Any?)The sender of the message.
This method does nothing if the receiver is not currently presented.