Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つのボタンを持つ NSAlert が 1 つあります。
var al = NSAlert() al.informativeText = "You earned \(finalScore) points" al.messageText = "Game over" al.showsHelp = false al.addButtonWithTitle("New Game") al.runModal()
完全に機能していますが、ユーザーがどのボタンを押したかを認識する方法がわかりません。