how to change TTNavigator (for a web url) bottom bar color?
问题 Here is a code i made to open a website via TTNavigator- - (IBAction)btnTemp_Click{ TTNavigator* navigator = [TTNavigator navigator]; navigator.supportsShakeToReload = YES; navigator.persistenceMode = TTNavigatorPersistenceModeAll; [navigator openURLAction:[[TTURLAction actionWithURLPath:@"http://www.google.com"] applyAnimated:YES]]; } and here i was able to manage its navigation bar items, color etc- - (void)addSubcontroller:(UIViewController *)controller animated:(BOOL)animated transition: