2011-04-12 72 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