Loading...
Uploaded by iPhoneSDKtutor on May 21, 2009
this is a quick tutorial showing you how to link to SMS in your application.
Education
Standard YouTube License
@IhackIapplephone its source code is
[[UIApplication sharedApplication] openURL:[URLWithString:@"sms://13123123"]];
you can do it more effeciently with more codes by:
MFMessageView controller to add people on the sms and the topic will be written on the message with this class
kaanmmm 3 months ago
Your source code ?
IhackIapplephone 7 months ago
I'm using Xcode Version 3.2.5 and I have no ability to create Class Actions in Interface Builder.
I have Class Identity, Accessibility and Interface Builder Identity...no Class Actions anywhere.
Thank you for your time.
malinwolfhess 8 months ago
Can you do this on Dashcode
nbi00 8 months ago
How do you make it so that it leaves a certain message. Like if I have text on a screen and when the user taps SMS, the text is already filled in.
jcostaman 2 years ago
Load more suggestions
@IhackIapplephone its source code is
[[UIApplication sharedApplication] openURL:[URLWithString:@"sms://13123123"]];
you can do it more effeciently with more codes by:
MFMessageView controller to add people on the sms and the topic will be written on the message with this class
kaanmmm 3 months ago
Your source code ?
IhackIapplephone 7 months ago
I'm using Xcode Version 3.2.5 and I have no ability to create Class Actions in Interface Builder.
I have Class Identity, Accessibility and Interface Builder Identity...no Class Actions anywhere.
Thank you for your time.
malinwolfhess 8 months ago
Can you do this on Dashcode
nbi00 8 months ago
How do you make it so that it leaves a certain message. Like if I have text on a screen and when the user taps SMS, the text is already filled in.
jcostaman 2 years ago