XCODE MacOS develop for create Alert
Code :
run Code :
let alert = NSAlert()
alert.messageText = "Information"
alert.informativeText = "Please check all information has entry"
alert.alertStyle = NSAlert.Style.warning
alert.addButton(withTitle: "OK")
alert.runModal()
run Code :
留言
張貼留言