Daniel
Daniel

Reputation: 3341

How to hide UINavigationBar when using TTNavigator (Three20 v1.0a2)

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

Is there a way to archive this?

Upvotes: 0

Views: 1846

Answers (1)

cutemachine
cutemachine

Reputation: 6210

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.

Upvotes: 5

Related Questions