Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Web sites contain copyrighted text and other assets. You aren't allowed to just scrape the data that you want from any old web site. Web sites that want you to be able to download their information will have terms of service that allow this. Often they will have an RSS feed for the purpose.

Investigate the TOS of any web site that you're interested in and look for RSS or any other API to get the info from the site.

Aside from that, there are different ways to extract text from a web site including using an xml parser and regex and other screen-scraping methods.
 
I found a RSS feed "feed://feeds.feedburner.com/HomestarRunner" minus the "". Now how would I get that information to print on a scroll view?
 
Last edited:
That uses XML. I found another one though. Is there a way to only use one view instead of, like, four?
 
I read it and it doesn't say I can't use it. I've only found RSS Projects with more than one view and they are very complicated. Any help?
 
You see only one view but in the project there are more.

Screen Shot 2011-08-22 at 9.32.14 AM.png

I know they are all for different parts of the project, but is there a project where it's all in one view?
 
You see only one view but in the project there are more.

View attachment 299962

I know they are all for different parts of the project, but is there a project where it's all in one view?

Well, if you can't tell apart the NSObject classes and/or of ViewControllers, might be good to first pickup an Development book, before you try to start XML parsing etc.
I think it will be faster reading through the book then posting a question and waiting for reply to every question. Just my thought.
 
I do know the basics from C++. It is very different. What would be the best book?

C++ is not very different from Objective-C, because both are based on C and object-oriented. There are many threads book recommendation threads in this forum, just search around and I'm sure you'll find something. :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.