1

I am relatively new to ios. I am seeking help on the possibility to change the shape of the check button as the image asset that I was provided with comes in a rounded rectangle image. Is it possible to even do so in iOS? I have been looking around for solutions but to no avail.

This is the existing UI which is enabled with the default check button

enter image description here

This is the round rectangle check button that I would like to change to

enter image description here

Richard Rodjues
  • 207
  • 1
  • 6
  • 23

1 Answers1

0

Yes, you could change it with different image for select/unselected state.

For advance, you could render those by drawing custom CALayers and change the shape, button, check's position programmatically

Teddichiiwa
  • 735
  • 6
  • 8