Reputation: 58766
I am developing an app which needs to display in the webbrowser on an iphone. Are there any toolkits out there which can help with this?
Upvotes: 1
Views: 55
Reputation: 3689
You can use the WebView from the MapKit framework to embed web content in an iPhone application.
Upvotes: 0