In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
git submodule update --remote --merge
Application that reads the RSS feed from the Apple newsroom web services. These news will be listed in a table view.
Notes | xcodeproj | ||
---|---|---|---|
- Web Services
- Starting the Nerdfeed application
- Fetching data from a URL
- Working with NSURLConnection
- Parsing XML
- A quick tip on logging
- UIWebView
- For the More Curious: NSXMLParser
- For the More Curious: The Request Body
- For the More Curious: Credentials
- Challenge: More Data
- Challenge: More UIWebView
At a glance: Notes | |||
---|---|---|---|