NSURL not instantiating properly
- by taokakao
Hi, I am new to IPhone developing.
I have got very strange issue with NSURL which is driving me crazy. I want to instantiate NSURL object to use it in loading image. But instantiation never happens in proper way. It always says my url in invalid.
Basically I use code like below:
NSString *str = @"http://google.com";
NSURL *url = [NSURL…