I created a button, and a have a little problem: When the my app launches, the button is selected. How do I disable this selection?
Example:
Set your button's focus ring type to none:
[myButton setFocusRingType:NSFocusRingTypeNone];
You can also set this option in the XIB.