On Iphone, how do I implement a button that will open up a website?
Posted
by MikeN
on Stack Overflow
See other posts from Stack Overflow
or by MikeN
Published on 2010-03-23T15:37:06Z
Indexed on
2010/03/23
15:53 UTC
Read the original article
Hit count: 164
iphone
From my Objective C iPhone app, I want a user to click on a "Register" for account button and then open up a registration page on my website. What is the code on the iPhone to open up a website in response to a user action?
© Stack Overflow or respective owner