Here is my code.
NSString *target = @"http://www.google.com/";
NSString *html = [NSString stringWithContentsOfURL: [NSURL URLWithString:@"%@", target] encoding: -2147481280 error: nil];
My code gives me the error above
Too many arguments to method call expected 1 have 2
Somebody help me..