Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lng

macrumors newbie
Original poster
Jul 19, 2010
8
0
Hi, I just started using Three20 libs and they are great. Basically I have a tabbar app and on one of the tabs, I launch a TTThumbsViewController (actually the exact one in TTCatalog sample (PhotoTest2Controller)). When I launch it like below it starts as fullscreen and hides the tabbar. I already set "self.hidesBottomBarWhenPushed = NO" and "self.wantsFullScreenLayout = NO" in the Three20UI.xcodeproj, but it doesn't work.

Here is launch code:

- (void)viewDidLoad {
TTNavigator* navigator = [TTNavigator navigator];
[navigator openURLAction:[TTURLAction actionWithURLPath:mad:"tt://photoTest2"]];
}

Can you help me out?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.