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.
質問があります。.xibにボタンと背景画像があります。属性インスペクターを使用してボタンに画像を設定しましたが、プログラムを実行してボタンを押すと、次のようになります。
押さないと元気に見えます。どうしたの?
これはsetHighlightsBy:、セルのプロパティによって制御されます。おそらくNSChangeBackgroundCellMaskデフォルトで設定されています。設定してみてくださいNSContentsCellMask(別の「押された」画像がある場合)またはNSNoCellMask。
setHighlightsBy:
NSChangeBackgroundCellMask
NSContentsCellMask
NSNoCellMask