
In my iPhone application ..i wanted to open a url in the application. Is it possible? If yes how will i come back to my application?

iPhone NSURL Code
[[UIApplication sharedApplication]
openURL:[NSURL URLWithString:@"http://www.roseindia.net"]];
Related Tutorial: loadRequest uiwebview
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.