As seen in the image below, the image of the button is crossing the button boundaries. Is there a way to make the image fit in the boundaries of the button either through the storyboard or programmatically?
CodePudding user response:
Change the Button Style
from Plain
to Default
:
Here is a button constrained to 60 x 60
with a 80 x 80
image with Style: Plain
:
and with Style: Default
: