I really like this Transitions!
I have a navigation controller so i usually push like this
[self.navigationController pushViewController:findSolutions animated:YES];
using your library i'am doing something like this...
[self.navigationController presentNatGeoViewController:findSolutions];
it works...but navigation bar disappear into the destination view controller... how can i solve this situation?