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?
|
|
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?
|
||
|
|
|
|
While this may not be quite what you're after - the background image does scale. |
||
|
|
|
Try setting the Clip subviews property in Interface Builder to true. Hope that helps. |
||
|