Skip to content

Commit

Permalink
remove navbar tint color, as it was GG dependant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Ellison committed Oct 3, 2009
1 parent 7f7381f commit 2e4af1d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -121,7 +121,6 @@ - (void) loadView {
navItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithBarButtonSystemItem: UIBarButtonSystemItemCancel target: self action: @selector(cancel:)] autorelease];

[_navBar pushNavigationItem: navItem animated: NO];
_navBar.tintColor = kGateGuruTintColor;

}

Expand Down

0 comments on commit 2e4af1d

Please sign in to comment.