In my application I want a URL to be open within the app not in safari, Thank You.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UIWebView is your answer if you want to load a webpage inside of your app.
If you really want to get fancy, you can use your own UIApplication subclass and intercept the OpenURL method in your application and then pop up a modal view or something along those lines to open the URL in your app, when it normally would have opened the URL outside of your app.