I do regular pushViewController, then tap back button (all controlls native). The first time I do it all is fine, but further times animation popping to previous controller is strange - back button dissapeares without fade animation. What can be wrong?
MWPhotoBrowser *browser = [[MWPhotoBrowser alloc] initWithDelegate:self];
browser.displayActionButton = YES;
[self.navigationController pushViewController:browser animated:YES];