What's the method to open the phone app with a populated number? I know how to do this for a text message with MFMessageCompose but would like to learn how for phone calls. Thanks all!
Asked
Active
Viewed 70 times
1 Answers
0
UIApplication.sharedApplication().openURL(NSURL(string : "tel://9999999999"))
will do the trick. I reccommend spending some more time searching next time before you ask a question as this has been asked several times.

pbush25
- 5,228
- 2
- 26
- 35