Push and Pop behaviour is strange, why?
问题 I have two classes, the one is addAlarm and second is Name,,, for now I am in addAlarm (addAlarm is subclass of UITableViewController), as it selects the row, then it goes to Name class as below Name *ob = [[Name alloc] initWithStyle:UITableViewStyleGrouped]; [self.navigationController pushViewController:ob animated:YES]; [ob release]; ob = nil; then there is UINavigationBar with addAlarm as back button by default, while Name is also subclass of UITableViewController I observe that when I