How can I open a web browser just by tapping on an a user icon in an iPhone?
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.
Your question is pretty vague, so if you want a more specific response you will need to add more specifics.
When the icon is clicked (if the icon is a control, in the control’s action method), employ:
This will launch a web URL in Safari. (Other URL/URI types will launch different applications.)
If you were talking about loading a web page in your app, you will need to instantiate and display a UIWebView.