I have seen many posts and tutorials about converting iPhone xibs to iPad xibs, but I want to do it the other way around.
The only resource I've been able to find is this : Convert iPad application to iPhone?
And it only covers compilation and code deviation. I know about the ~ipad / ~iphone xib postfix trick, but would like to get a head start on generating the iPhone xib, so that I don't have to create it from scratch, but can start with an automatically modified version of the original xib and work from there.
I have seen tools that do this the other way around (iPad xib from iPhone xib), but that is not what I'm looking for. Does anyone know of such a tool, or of a manual way to get this head start?
(Main issue would be resizing elements to fit in their relative position in the lower resolution)
Thanks!