I have used grouped UITAbleView for navigation. One of the cell directed to external link which opens safari and app goes to background.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.apple.com/]]
If i open the app again, it shows as table cell still selected. How to prevent this.