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.
(ウィンドウのタイトルバーの) 閉じるボタンを使用して NSWindow がいつ閉じられたかを知る簡単な方法はありますか?
を使用NSWindowDelegateして、windowWillClose:(NSNotification *)notification各閉鎖の通知を受け取る方法。しかし、クローズボタンによってクローズリクエストが送信されたことをどのように知ることができますか
NSWindowDelegate
windowWillClose:(NSNotification *)notification
を使用[yourWindow standardWindowButton:NSWindowCloseButton]して閉じるボタンを見つけ、そのターゲットとアクションをカスタム メソッドに変更します。
[yourWindow standardWindowButton:NSWindowCloseButton]