Reputation: 2449
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
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
Reputation: 2449
Extracted this from http://www.teehanlax.com/blog/iphone-gui-psd-v4/
Upvotes: 1
Reputation: 7471
Set this image in your button and see the effect
Hope, this will you...
Upvotes: 0
Reputation: 43330
What about the UIKit artwork extractor? It seems like it would return the easiest and most accurate button image.
Upvotes: 1
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