How do I create a button with an images for normal & highlighted states in interface builder for cocoa application? I need a button like custom button in cocoa-touch and provide a graphics for default and highlighted states. Again, it's for pure mac application not for iPhone.

TIA

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Turn off its bordered property and set its image (normal) and alternate image (highlighted).

link|improve this answer
Thank you for answering, that's what i did, but when I press it I see it inverting with kind of white border, and not the alternate image I put there. How can I see the alternate image when highlight? TIA – Nava Carmon Apr 21 '10 at 5:22
Try changing the button type. developer.apple.com/mac/library/documentation/Cocoa/Reference/… – Peter Hosey Apr 21 '10 at 5:42
Thank you very much. Indeed changing the type to Momentary Change did the job! – Nava Carmon Apr 21 '10 at 5:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.