CodeGuy
CodeGuy

Reputation: 28907

iOS Native iPhone Button for Calling

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.

Upvotes: 1

Views: 2953

Answers (2)

Thomas Decaux
Thomas Decaux

Reputation: 22651

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

Upvotes: 3

Related Questions