I don't know where to turn to figure this out so I'm turning to you guys, the BEST! I'm new to objective c.
I get the deprecated warning with the following line of code. Any ideas on how to make this compatible with iOS 6?
const char *pUrl = [tStr cString];
Thanks so much!