vote up 0 vote down star

Why does a custom UIButton image does not resize with the button?

I set it's view mode to Scale to Fill in Interface Builder, but unlike a UIImageView image, it doesn't respect that setting.

Am I looking in the wrong place or is it not possible?

flag

2 Answers

vote up 1 vote down check

While this may not be quite what you're after - the background image does scale.

link|flag
If I put the image in the background, I get the correct behavior so you solved it, thanks. – willc2 Jun 30 at 11:40
vote up 0 vote down

Try setting the Clip subviews property in Interface Builder to true.

Hope that helps.

link|flag
Alas, that did not. Thanks for trying to help, though. – willc2 Jun 30 at 11:42

Your Answer

Get an OpenID
or

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