开发者

How to push a UIViewController from a modal view

I present a UIViewController modally but would like to push an开发者_如何学JAVAother ViewController from the modal view. How can this be done as pushViewController does not work from a modal view. Thanks


Use a UINavigationController as the view that you show modal. You can then push onto that controller.


I have used a slightly different approach than Mike's suggestion. I create a navigation controller (NC) and init it with a root viewcontroller of the view controller (VC) I want to present modally. I then present the nc modally. I can then successfully push from the VC when needed.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜