How to show a UINavigationController with an UIButton on the Iphone?
Posted
by Claudio
on Stack Overflow
See other posts from Stack Overflow
or by Claudio
Published on 2010-03-21T18:43:37Z
Indexed on
2010/03/21
18:51 UTC
Read the original article
Hit count: 130
Hi, in my application the first view is an UIView with a couple of uilabel and an uibutton to do the login. I would to show an uinavigationcontroller with a table after the login, so with the action of the button. I know how to set up a working Navigation Controller starting with the Xcode Template but i dont know how to load this as a "Second View"
Any help?
© Stack Overflow or respective owner