For some reason, when I use popViewControllerAnimated
to return to a previous view, the tint of the UIBarButtonItem
turns grey, rather than the desired purple color (which is set in the storyboard).
Is there a way to refresh the navigationBar within the viewWillAppear
method? I've tried using [self.navigationController loadView];
, but that causes other issues and prevents the view from loading.