This seems to work, but then the program crashes right after the button get highlighted.
-(IBAction) buttonPressed: (id) sender
{
[sender setHighlighted:YES];
}
How should this be diffeent? What would it look like if I wanted to highlight the button if it was not previously highlighted, and return the button to its normal state if it was?