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「Content Border-Large Bottom Border」を選択して、IBにボトムバーを追加しました。また、下のバーにカスタム イメージ ボタンを追加しましたが、ボタンを押すと、ボタンの背景が白に変わります。なぜですか?
NSWindow
これは、ボタンを押し下げたときの効果です。
ボタンのタイプをMomentary Changeに変更します。属性インスペクターで変更できます。
またはプログラムで変更します。
[button setButtonType:NSMomentaryChangeButton];