One Quickie


Pushing a new view controller onto the stack. (UINavigationController->General)
Moving to another view controller from the current one.
    GRChooseRideKindViewController *chooseKind =
        [[GRChooseRideKindViewController alloc] init];

    [self.navigationController pushViewController: chooseKind
         animated: YES];

    [chooseKind release];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com