Answers for "how to close app swift"

1

swift quit app

NSApplication.shared.terminate(self)
Posted by: Guest on March-05-2020
0

swift close app

exit(0);
Posted by: Guest on September-21-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language