Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - removing borders around a Round Rect button

I got a simple question. I have a Round Rect button which contains an image (like ImageButton in Android). I want to remove the borders around the button, how do you do it?

like image 960
KaiserJohaan Avatar asked Oct 24 '11 14:10

KaiserJohaan


1 Answers

Set the Type to custom in the IB window under properties.

like image 98
logancautrell Avatar answered Oct 01 '22 12:10

logancautrell