2011-04-12 59 views

回答

0

將其鏈接到您的TTURLMap中的鏈接到所需視圖控制器的URL。所以,你會打電話來,例如:

[self launcherItemWithTitle:@"Apple" image:@"bundle://safari_logo.png" URL:@"tt://apple"] 

,然後當你宣佈你TTURLMAP:

TTNavigator *navigator = [TTNavigator navigator]; 
[navigator.URLMap from:@"tt://apple" toViewController:[YourViewController class]]; 

其中YourViewController是要啓動

希望這有助於

+0

對不起的一個,沒有工作。我得到了兩個錯誤和一個警告。基本上所有增加的線。 – Jacob 2011-04-12 19:14:50

+0

幫助?這是什麼?它有些與我想要的有關嗎? [link] http://stackoverflow.com/questions/3934075/how-to-launch-a-tttableview-based-view-with-ttlauncherview – Jacob 2011-04-12 20:29:39

+0

有什麼錯誤? – 2011-04-12 21:32:30