views:

59

answers:

1

Hi There. I need a for a project i'm working on a button similar to the one the Mail app use to display the a contacts.

If you don't see what i'm talking about, please see this image: http://www.aboutptc.net/theButtonIneed.png

Thanks in advance.

+2  A: 

Mail App's button is an undocumented class.

Nevertheless, you can easily simulate this with a custom stretchable background image, and a UIButton.

KennyTM
Thanks for the answer, but where can i find the images to use for that?
Diallo
@user: Look in the `MessageUI.framework` folder in the simulator SDK.
KennyTM
i finaly recreated the image and used a UIButton to simulate it.
Diallo