MVCNetworking

Last Revision:
Version 1.0, 2010-10-22
Shows how to create a network application using the Model-View-Controller design pattern
Build Requirements:
Xcode 3.2.4 from iOS 4.1 SDK, Mac OS X 10.6.4
Runtime Requirements:
iOS 3.1.3

MVCNetworking is a sample that shows how to create a network application using the Model-View-Controller design pattern. Specifically, it displays a photo gallery by getting the gallery's XML description, thumbnails and photos from a web server, and uses Core Data to cache this information locally.