2011-01-07 21 views

回答

3

是的,這很容易做到。

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

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

[navigator.window makeKeyAndVisible]; 

現在如果您完成登錄,只需從堆棧中刪除視圖。

相關問題