iPhone: Push TableViewController onto stack. Is this possible?
Posted
by Nic Hubbard
on Stack Overflow
See other posts from Stack Overflow
or by Nic Hubbard
Published on 2010-05-14T05:57:53Z
Indexed on
2010/05/14
6:04 UTC
Read the original article
Hit count: 230
I have a view which contains a UIButton. When this is clicked, it calls a method that loads another NIB. Now, normally, that nib would load a view onto the stack, and everything would be fine. But, I am trying to load a TableViewController, and all I get it errors.
What is the proper method for loading a TableViewController and putting it on the top of the stack?
© Stack Overflow or respective owner