JohnRock
JohnRock

Reputation: 6875

Help with basic Iphone view navigation

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

Answers (1)

whooops
whooops

Reputation: 935

The simplest way is to use a UINavigationController. The docs are available here:UINavigationController

Upvotes: 2

Related Questions