Jean Paul
Jean Paul

Reputation: 2449

How to give UIButton the looks of UIBarButtonItem

I am having a hard time giving a UIButton the looks of a UIBarButtonItem(Save Button). Googling this, I found that this can be effectively done only by using images. I have searched for images in the net and couldn't come up with any nice ones. Would be really helpful, if someone has got a link to this. Thanks.

Upvotes: 2

Views: 3313

Answers (5)

NicTesla
NicTesla

Reputation: 1626

I postet my solution at How to create a UIButton to appear same effect as UIBarButtonItem?

I simply use QuartzCore Framework and provided an example also!

Hope it helps

Upvotes: 0

Jean Paul
Jean Paul

Reputation: 2449

enter image description here

Extracted this from http://www.teehanlax.com/blog/iphone-gui-psd-v4/

Upvotes: 1

Nitin
Nitin

Reputation: 7471

Set this image in your button and see the effect

Set this image in your button and see the effect

Hope, this will you...

Upvotes: 0

CodaFi
CodaFi

Reputation: 43330

What about the UIKit artwork extractor? It seems like it would return the easiest and most accurate button image.

Upvotes: 1

bryanjclark
bryanjclark

Reputation: 6434

Take a look at the Teehan + Lax iPhone templates; they're quite good, and you'll find a good UIBarButtonItem in there:

http://www.teehanlax.com/blog/iphone-gui-psd-v4/

Upvotes: 1

Related Questions