Custom Home button in Navigation Controller views
hi i am having problem in navigation bar
1. i create 3 screen with navigation bar and i want to add one button on 3rd screen name Home and this button work as jump to first screen
so please help me to do this or give me hint to how to work on this
hi i added button on navigation bar and also set the popup screen but i cant manage to jump to first screen so please help me.
Problem ::
1ST screen->2ND screen->3RD screen->4th Screen
4screen have button on navigation when i click it go to 3rd screen not on first so how should i do this
help me guide me
[self.navigationcontroller popviewcontrollerAnimated:YES];
i use this in 4th screen.
please help me
|