ios - How can I launch Safari from an iPhone app? -


This may be a clear question, but can you launch Safari Browser from an iPhone app?

should be:

  NSURL * url = [NSURL URLWithString : @ "Http: //www.stackoverflow.com"]; If (! [[UIApplication shared application] open: url]) {NSLog (@ "% @% @", "url failed to open:", [URL description]); }  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -