Search found 4 matches

by kvn
Sat Dec 10, 2011 12:29 am
Forum: iOS Deployment
Topic: IOS layout / process question.. how would you do it?
Replies: 6
Views: 4850

Re: IOS layout / process question.. how would you do it?

What I meant by "options available" is that if it's built as a webpage, your options are controlled by the device connectivity. If it's built in the app then you have freedom to implement work arounds and fallbacks dependent on the devices connectivity. All in all, if it were me I would build it wit...
by kvn
Fri Dec 09, 2011 11:55 pm
Forum: iOS Deployment
Topic: IOS layout / process question.. how would you do it?
Replies: 6
Views: 4850

Re: IOS layout / process question.. how would you do it?

I have not really had much experience, thus far, with actually coding apps, but I do plenty of weighing pro's and con's and troubleshooting ideas. I'm not sure what the form is for or how important the information is, but if you do a webpage that loads into the app you will be dependent upon the dev...
by kvn
Thu Dec 08, 2011 4:55 am
Forum: iOS Deployment
Topic: Taking photo without the Apple Tool visible
Replies: 10
Views: 7003

Re: Taking photo without the Apple Tool visible

Hmm... ok, well that's good to know that it is at least possible. Bad news is that I will need to get back into Obj-C for that. My goal is that I need to basically overlay my own custom UI on the camera view.. my app is essentially a camera app, thus without the ability to customize the camera UI, I...
by kvn
Thu Dec 08, 2011 2:00 am
Forum: iOS Deployment
Topic: Taking photo without the Apple Tool visible
Replies: 10
Views: 7003

Re: Taking photo without the Apple Tool visible

I do apologize for resurrecting this old thread, but my question is so identical I didn't see a need to re-ask in a new thread. Since this post was 6 months ago, I was wondering if there have been any advancements in this area? I would also like to use my own custom UI for a particular camera app I ...