Reply:
Propulsion Navigation controls.
Pressure b interface, press c interface
There is a method that can pop to the A interface.
Reply:
- (Void) ReturnA
{
ClassA * theView = [[[ClassA alloc] init] autorelease];
UINavigationController * nextView = [[UINavigationController alloc] initWithRootViewController: theView];
[Self presentModalViewController: nextView animated: YES];
[NextView release];
}
Reply:
This also lines
Reply:
push that forward, pop is back forward.
No comments:
Post a Comment