I have multiple NSStrings
and i wish to merge them into one other, here is my code so far...
NSString *newURL = [_parameters objectForKey:@"url"];
NSString *emailBody = @"Hey!<br>I just snipped my long url with <a href=\"http://itunes.com/app/SnippetySnip\">Snippety Snip for iPhone</a> in just a few seconds, why not check it out?<p><b><a href=\""+newURL+@"\">"+newURL+@"</a></b></p>";