开发者

how to use the UINavigationController to switch the page

开发者 https://www.devze.com 2023-01-09 18:50 出处:网络
I want to ask a question about the UINavigationController on iPhone application. I create a UINavigationController and 2 view controller (rootViewController.m and detailViewController.m) .In the rootV

I want to ask a question about the UINavigationController on iPhone application. I create a UINavigationController and 2 view controller (rootViewController.m and detailViewController.m) .In the rootViewController, it contains the UITableView开发者_JAVA技巧, when the user click, it will call the detailViewController, but I don't know how to do , can anyone teach me? Thank you very much.


You navigate by simply pushing and popping views.

Pushing and Popping Stack Items * – pushViewController:animated: * – popViewControllerAnimated: * – popToRootViewControllerAnimated: * – popToViewController:animated:

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号