Hi,
is it possible to do an app for both iPhone and iPad such that the app will feat itself into the resolution of the iPhone (when an iPhone loads it) and into the resolution of the iPad (when the iPad loads it)?
Thanks.
Last edited by yaniv92648; 06-10-2010 at 06:49 AM.
Hi,
is it possible to do an app for both iPhone and iPad such that the app will feat itself into the resolution of the iPhone (when an iPhone loads it) and into the resolution of the iPad (when the iPad loads it)?
Thanks.
Yes, that's known as a Universal App and its fairly easy to do, it essentially involves 2 sets of .XIB files, and in most cases a minimal amount of additional code.
Yes, that's known as a Universal App and its fairly easy to do, it essentially involves 2 sets of .XIB files, and in most cases a minimal amount of additional code.
I would like to add that it is much appreciated as well. As someone who has both an iPhone and an iPad, I prefer apps that are universal. I like to be able to use apps on either device depending on my mood. Plus, it is very annoying to have to have two different apps for two different devices.
Hi,
is it possible to do an app for both iPhone and iPad such that the app will feat itself into the resolution of the iPhone (when an iPhone loads it) and into the resolution of the iPad (when the iPad loads it)?
Thanks.
Yes. If your using .xib files you can just select in the options "targeted for Ipad", for your Ipad view.
now i no longer use xib files at all and i bless the moment i stopped..
xib files take control from over my application and that creates problem. i prefer that my code and only my code will control the application. over time it makes your life a whole lot easier, and it doesn't bound you from doing stuff.
using IB bounds you and forces you to bypass...
Last edited by yaniv92648; 05-19-2011 at 04:22 AM.
wow, your post was last 2 years ago' hm.. yeah aside from doing everything from code, you'll learn and know more. anyways, I think people here are not so active anymore?