0

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?

Image

Electric Dragon
  • 176
  • 5
  • 17

1 Answers1

2

Change the Button Style from Plain to Default:

enter image description here

Here is a button constrained to 60 x 60 with a 80 x 80 image with Style: Plain:

enter image description here

and with Style: Default:

enter image description here

DonMag
  • 69,424
  • 5
  • 50
  • 86