How to push a UIViewController from a modal view
Posted
by JK
on Stack Overflow
See other posts from Stack Overflow
or by JK
Published on 2010-05-24T13:11:11Z
Indexed on
2010/05/24
14:11 UTC
Read the original article
Hit count: 345
iphone
|cocoa-touch
I present a UIViewController modally but would like to push another ViewController from the modal view. How can this be done as pushViewController does not work from a modal view. Thanks
© Stack Overflow or respective owner