Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

smsawant

macrumors newbie
Original poster
i am using following code
NSString *messageBody =@"<a href="tel:+1-800-275-2273"></a>";
[composeVC setMessageBody:messageBody isHTML:YES];


but this gives an error
"expected "," or ";" before 'tel'

kindly help me
 
Wrong forum, as pointed out above. But your code issue is you're not escaping the quotes in your URL.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.