Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Circular Button in iPhone SDK [closed]

Tags:

button

iphone

Can any one tell me how to create the rounded button (Circular Button) in iPhone by using interface builder?

like image 560
Vinay Devdikar Avatar asked Mar 29 '12 07:03

Vinay Devdikar


1 Answers

If you want a circular button than create an image with a circular shape filled with whatever you want to be displayed in the circle. Make sure your image has an alpha channel and delete all the area around your circle so the background of your image is transparent (alpha =0). (gimp is free and easy to use application for such images)

In IB create a round rect button with type custom button. Select your image as the background of your button and there you have it.

like image 175
giorashc Avatar answered Sep 20 '22 13:09

giorashc