any ideas how i can click on a button and then direct me back to homepage without having the navigation bar to show the previous page? meaning it's like starting from the beginning of the home page..
+1
A:
If you are asking what I think you're asking (poping view controllers to the root view controller of a navigation controller's stack) then I believe you are looking for
- (NSArray *)popToRootViewControllerAnimated:(BOOL)animated
Jared P
2010-06-16 03:55:47
COOL.. thanks.. u got me =)
Brionac
2010-06-16 04:01:33