1

I have an iPhone application and within the application, the user has can click a button which will make a phone call to a particular phone number.

Is there a built in icon or button or something like that which would work well or look good for this functionality? For making a phone call? Just something small.

jscs
  • 63,694
  • 13
  • 151
  • 195
CodeGuy
  • 28,427
  • 76
  • 200
  • 317
  • possible duplicate of [Making a Button Call a Phone Number in Xcode](http://stackoverflow.com/questions/6101286/making-a-button-call-a-phone-number-in-xcode) – jscs Jun 06 '11 at 00:16
  • @Josh This is not a duplicate of that question. This one is asking about the proper icon to use, not how to implement it. – Marc W Jun 06 '11 at 01:11
  • @Marc: I don't read it that way at all, but okay. – jscs Jun 06 '11 at 01:13

2 Answers2

3

Nothing in the iOS SDK ;-( You should try this web site : http://www.cocoacontrols.com there is a small library to have cool buttons in pure objectif-c

Thomas Decaux
  • 21,738
  • 2
  • 113
  • 124
1

Check out

http://www.teehanlax.com/downloads/iphone-gui-psd/

And

http://www.teehanlax.com/downloads/iphone-4-guid-psd-retina-display/

For the Retina Display

shannoga
  • 19,649
  • 20
  • 104
  • 169