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
Post a Comment