I found a tutorial on the net that uses the stringWithContentsOfURL command that is now deprecated as of iPhone OS 3.0. However I can\'t find out what I\'m meant to use inst
It has been replaced with stringWithContentsOfURL:encoding:error: or stringWithContentsOfURL:usedEncoding:error:.
stringWithContentsOfURL:encoding:error:
stringWithContentsOfURL:usedEncoding:error: