You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
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?