Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了制作我自己的应用程序,我遵循了three20 ttnavigator 示例,但是我看到视图是在控制器中创建的,但是我想在xib 文件中创建我的视图,然后在触发openURLAction 时从控制器渲染它,怎么可能?,谢谢
我曾经覆盖 initWithNibName 以在 xib 文件中显示我的视图,导航器 openURLAction 可以。