Question

I want to hide the UINavigationBar in a TTViewController presented by TTNavigator.

Is there a way to archive this?

Was it helpful?

Solution

You do this in Three20 as you would do in a project without Three20. Like so:

    [self.navigationController setNavigationBarHidden:YES animated:YES];

Hop this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top