With only a basic knowledge of Objective-C and Xcode 4, is it possible to create prototypes of iPhone apps in Xcode?
For example, can you create a wireframe of an application, where simple touches on the screen trigger actions like navigating down a level in a table view?
Are there any tutorials or guides out there that might explain how to do quick prototyping of iOS applications in Xcode?
With a NavigationController, I followed the tutorial we
found here:
http://fuelyourcoding.com/iphone-view-switching-tutorial/