-(IBAction) btnReturn:(id) sender{
firstView * firstview =[[firstView alloc]initWithNibName:@"firstView" bundle:nil];
[self.view pushViewController:firstview animated:NO];
}
with the previsly code I see the first view but the navigation control increment. I wold came bak as was the navigation starting point. Any help?