views:

221

answers:

2

Hi,

I want to use a green button on my app like the one used on App Store when you select an app to install and press the button "FREE".

Is it possible to use a button like this without a custom image?

Thank you,

A

+3  A: 

No, you're going to need to either whip up some custom drawing code for your button or make the background image in an image editor. All of the pre-made UI elements available to you are in Interface Builder. If you're not seeing what you want there, it's time to customize.

Danilo Campos
+2  A: 

Check this out:Custom UIButton You may just need to crop this photo in photoshop: Appstore Free App Screenshot and then just use the cropped photo as the button .png graphic.

Jaba