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];