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.
私のアプリケーションでは、テーブルに行を追加および削除するために+&-ボタンを追加する必要があります。デフォルトの画像/ボタンを見つけようとしましたが、取得できませんでした。+&-ボタンの適切な画像。これらのボタンの画像を自分で、またはCocoaフレームワークで利用できるように配置します。質問を見てくれてありがとう、おそらくばかげた質問ではないでしょう
このためのシステム提供の画像、名前付きNSAddTemplate、およびがありNSRemoveTemplateます。Interface Builderのボタンの画像フィールドにこれらの名前を入力するか、あるいはこれらの定数を使用してプログラムで画像にアクセスできます。
NSAddTemplate
NSRemoveTemplate
[NSImage imageNamed:NSImageNameAddTemplate]; [NSImage imageNamed:NSImageNameRemoveTemplate];