ipad: UINavigationController Inside a ModalView not pushing views
Posted
by nickthedude
on Stack Overflow
See other posts from Stack Overflow
or by nickthedude
Published on 2010-06-10T00:12:47Z
Indexed on
2010/06/12
21:23 UTC
Read the original article
Hit count: 348
I have a UINavigationController with a UIViewcontroller containing a tableview that is being presented as a UIModalPresentationFormSheet on the ipad. Which works fine until I try to push another view on top of it. Nothing happens anyone else have this issue?
It also works perfectly on the iphone. and the didselectrowatindexpath is not a branched method.
Nick
© Stack Overflow or respective owner