I was looking to find an answer to this but could not (maybe because every time I search for Phone I get iPhone related stuff..). I am basically looking to replicate the iPhone Phone app so trying to figure out the following:
- how can I create the Phone keypad UI (the numbers, Call button, etc.)? Is there an API for that or is it custom?
- Can I access the actual phone from my app, meaning, could I dial from my app?
There is akosmas’ code on github: https://github.com/akosma/iphone-keypad/
This project features a keypad taken bit by bit from the one supplied in the iPhone. Pure copyright infringement? Not really, simply another form of flattery. (quot. the author)
As seen here: Dial number in iOS really need confirmation?
Alex is right: make sure to change the set colors a little bit before submitting.