Quote:
Originally Posted by Sunny Day
Whats a UIWebView, how would this work, I do actually have a working version of this as a web app, not sure if you mean I upload this on a site, then have the UIWebView point to it or something, then I dont know, do something that makes it make a native app from this some how, like I said, I dont know the sdk, so I dont know what you mean at all. I'm not sure if you are saying that I make apps as web pages, then this UIWebView can point to an url, and make native apps from that. Is that it?
|
A UIWebView lets you view a webpage. If you made an iPhone app that simply consisted of a fullscreen UIViewWeb, then your entire app would be your web page.
This would still be a "native" app - it's a hard-coded web-browser without any ability to navigate outside of what you put on your webpage.
It's just a suggestion however, and obviously would not work without an internet connection - i was just trying to suggest something that would only be a small amount of work for an iPhone developer, and would offer you yourself maximum control over content since you would be able to manage the website the app pointed to yourself.
Take a look here for an example of what I taking about
:
Day 13: MyGoogle
Regardless I really would suggest you learn a little about iPhone development if you want to go down this road - or you will be at the mercy of your developer.
Good luck!
d.