2011-01-07 60 views

回答

3

是的,这很容易做到。

首先,初始化你的主要rootView(例如tabBar)。然后最重要的是登录

[navigator openURLAction:[TTURLAction actionWithURLPath:@"pr://tabBar"]]; 
// now show the login page! 
[navigator openURLAction:[TTURLAction actionWithURLPath:@"pr://accounts"]]; 

[navigator.window makeKeyAndVisible]; 

现在如果您完成登录,只需从堆栈中删除视图。

相关问题