I am using Three20 framework and trying to presentViewController on top of navigationController. I am not sure how its been done with Three20 framework, any guru's out there who have touched this framework might help me with this?

Thanks.

有帮助吗?

解决方案

There is "limited support" for iPad & multiple view controllers on the same screen. I would avoid using the TTNavigator and the view controllers url mapping. you can just push and present your TTViewController classes using the standard self.navigationController work flow

PS, by "limited support" I mean horrible, buggy and useless support.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top