-1

I have to set the following string data to body of (SMS) MFMessageComposeViewController, can any one help me to get the solution ?

NSData *imageData = UIImagePNGRepresentation(image1);
NSString* str = [[NSString alloc] initWithData:imageData encoding:NSUTF8StringEncoding];
user1485749
  • 81
  • 2
  • 8

1 Answers1

0

As far as i understand the question the problem is how to fill sms body. There is an exelent solution for this: Click here!

And of course Apple documentation

Jakub
  • 13,712
  • 17
  • 82
  • 139