iphone Programming Glossary: filesvc
UINavigationController popToRootViewController, and then immediately push a new view http://stackoverflow.com/questions/954982/uinavigationcontroller-poptorootviewcontroller-and-then-immediately-push-a-new popToRootViewControllerAnimated YES NSArray files self getFilesFromPeerAtPath path FilesListViewController filesVC FilesListViewController alloc initWithFiles files self navigationController pushViewController filesVC animated YES filesVC.. filesVC FilesListViewController alloc initWithFiles files self navigationController pushViewController filesVC animated YES filesVC release However when I press that button the navigationController did pop my view to the root view.. FilesListViewController alloc initWithFiles files self navigationController pushViewController filesVC animated YES filesVC release However when I press that button the navigationController did pop my view to the root view controller but then the..
|