views:

31

answers:

1

Hello!

How can I simply go up one view in a UINavigationController from code?

So simple.. Thanks, Christian Stewart

+1  A: 
[self.navigationController popViewControllerAnimated:YES];
Felixs