tags:

views:

113

answers:

1

This could be a dumb question, but men, I'm newbie on iPhone-sdk.

I walk deep 5 views. Now, in the view #5 finish the workflow, but how return back to the first view?

+4  A: 

You don't really give enough information. Are you using a UINavigationController? If so -- right in the documentaion, I might add -- is the method:

- (NSArray *)popToRootViewControllerAnimated:(BOOL)animated
August