Swift 5 Macos Close App

[Solved] Swift 5 Macos Close App | Swift - Code Explorer | yomemimo.com
Question : swift 5 macos close app

Answered by : nathan-hedgeman

@IBAction func ExitNow(sender: AnyObject) { NSApplication.shared.terminate(self)
}

Source : https://stackoverflow.com/questions/25274567/quitting-xcode-cocoa-swift-app | Last Update : Thu, 30 Sep 21

Answers related to swift 5 macos close app

Code Explorer Popular Question For Swift