Reputation: 6875
I am new to iphone development and trying to understand the concept of how to organize navigation between views. What is the simplest way to launch a new view from within your current view?
Upvotes: 1
Views: 335
Reputation: 935
The simplest way is to use a UINavigationController. The docs are available here:UINavigationController
Upvotes: 2