I am developing app for iphone and ipad but my biggest problem is to find any standard way of designing for both iphone and ipad and also for the future ios devices . is there any way or standard for it ?
I am already using Screen (height and Width) to set position and size of UI objects but most of times I should do a new design for ipad.
You need to check
TopPaidAppsSample project available on apple documentation.Here are some link that will give you the glimpse on how to start the universal app project.
link1
link 2
link 3