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?
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?
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