objective c - Make Safari Browser appear in iPad/iPhone App -


i have app in process of writing , want have button on screen user can press go web page in safari. not want use uiwebview control , make own browser, want screen switch safari.

can give me tips how this?

you should able this:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring: @"http://www.google.com"]]; 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -