S smsawant macrumors newbie Original poster May 7, 2009 8 0 Jun 27, 2009 #1 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
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
StingerT125 macrumors 6502a Jun 3, 2008 662 0 Dutchess County New York Jun 27, 2009 #2 smsawant said: 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 Click to expand... I think you meant to post in this section: https://forums.macrumors.com/forums/135/
smsawant said: 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 Click to expand... I think you meant to post in this section: https://forums.macrumors.com/forums/135/
fishkorp macrumors 68030 Apr 10, 2006 2,536 650 Ellicott City, MD Jun 29, 2009 #3 Wrong forum, as pointed out above. But your code issue is you're not escaping the quotes in your URL.
Wrong forum, as pointed out above. But your code issue is you're not escaping the quotes in your URL.