I have code that changes the color of navigation bar using appearance attribute. I would like the change to the navbar color to be visible immediately. However, I cannot find a
Can't you just set the tintColor of the NavigationBar? That should work:
self.navigationController.navigationBar.tintColor = [UIColor redColor];