سؤال

Is there any way to change the background of a uibutton while it is highlighted and then have it revert back to original state?

هل كانت مفيدة؟

المحلول

You can set an image in the utilities panel at the right-side of your screen.

enter image description here

Or use this code:

[button setImage:[UIImage imageNamed:@"pressed.png"] forState:UIControlStateSelected | UIControlStateHighlighted];
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top