Search code examples
iphoneipaduniversal

Is UI should be redrawn for iPad n iPhone while developing Universal application programmatically


When we build a universal application, Is that we should implement UI seperatey for iPod and IPad?

Our app do not have orientation,splitting functionalities to develop.


Solution

  • Yes you should develop the UI seperately for ipod and ipad. For ipod create a folder ipod_content and place your .h and .m files there and same with the ipad. Same thing you need to do in Resources folder for separate xibs.