I think you can use [UIScreen mainScreen].bounds.size.height
and calculate step for your objects. when you calculate step you can set coordinates for two resolutions.
Or you can get height like above and if(iphone5) then... else if(iphone4) then... else if(ipad)
. Something like this.
If you use storyboards then you have to create new for new iPhone i think.