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.
を含むアプリケーションがありますNSTabView。ユーザーがタブを変更するたびに、操作を実行する必要があります。どうやってやるの?
NSTabView
NSTabViewDelegateあなたの質問からは完全にはわかりませんが、あなたは方法の1つtabView:willSelectTabViewItem:またはを探していると思いますtabView:didSelectTabViewItem:。これらのメソッドは、タブビューのアイテムを変更するときに、タブビューのデリゲートで呼び出されます。
NSTabViewDelegate
tabView:willSelectTabViewItem:
tabView:didSelectTabViewItem: