June 2011
Intermediate to advanced
590 pages
19h 31m
English
In this chapter, you will lay the foundation of an application that reads the RSS feed from the Big Nerd Ranch Forums (Figure 25.1). These posts will be listed in a table view. Selecting a post from the table will display that post from the site.
Figure 25.1 Nerdfeed

Getting Nerdfeed to the point shown in Figure 25.1 consists of two main parts: collecting data from a web service and using the UIWebView class to display web content. Figure 25.2 shows an object diagram for Nerdfeed.
Figure 25.2 Nerdfeed Object Diagram
Your handy web browser uses the HTTP protocol to communicate with a web server. In the ...
Read now
Unlock full access