Reputation: 31
The question says it all-how hard is it? Is it allowed? Any other comments?
Thanks!
Upvotes: 3
Views: 369
Reputation: 5079
Although apps that are just a webview may get through to the store, you can make your app feel like an iphone app by just doing a very minimal amount of work. I think the best bet is to at least have a tab controller with the webview in one tab and an "About" page in another. Or possibly tab views that point to the various sections of the webpage. I think you and your users will be more pleased with the result if you do just a little UIKit stuff.
Upvotes: 0
Reputation: 11212
It's easy -- just use a UIWebView. I don't know of any rules against it. I have one out there that got approved.
Upvotes: 2