Quantcast
Channel: How to get data from webpage to NSString - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Stavash for How to get data from webpage to NSString

$
0
0

To do this correctly, you need an NSXMLParser that works with the correct tags and takes in the attribute you need parsed. If you're looking for a less generic solution:

    NSString *urlStr = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"http://your.url"] encoding:NSUTF8StringEncoding error:nil];

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>