Hi All.
I have been scratching my head for this issue. I hope the query title is self explanatory. On clicking a button i am opening URL like following:
NSURL *girlsUrl=[NSURL URLWithString:[IMAGE_URL_GIRLS objectAtIndex:(indexValue*3 + currentPageNumber)]]; [[UIApplication sharedApplication]openURL:girlsUrl];
its opening a URL in same view but navigation bar is set as default hidden. i want to add an option of navigating back at top, to application after seeing URL
Regards,
Thanks in advance :)