I have had this issue for some time but never really resolved it. I have a rightBarButtonItem That sits in the navBar, and when I push or pop a view onto/off the navigation stack in an animated fashion it dose not seem to animate like the back button dose.
Instead of animating left or right like the back button it fades in and out but stays in the same position.
Is this how it is supposed to work? or is it doing something abnormal? I have decalred the following code in viewWillAppear:
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"All" style: UIBarButtonItemStyleBordered target:nil action:@selector(selectAllSubs:)];