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.
プログラムで tabView 名を取得したい。これを行うプロパティは何ですか?
私が試してみました:
[タブビュー名]; [タブビューの値];
しかし、これらのどれもうまくいかないようです。
どうもありがとう!
で現在選択されているタブのタイトルを取得するにはNSTabView、次のようにします。
NSTabView
NSString *title = [[myTabView selectedTabViewItem] label];