I developed my app for Ipad, now I should adapt it for Iphone. My app is quite heavy with a lot of images that should be available offline. These images are located in xib
files and are sometimes loaded dynamically from app bundle. I need to limit the size of my app.
- should I make a universal app or two different apps (each one with its own set of images optimized for the device)?
- If I do a single universal app can I dynamically resize my "dynamically loaded images" in code. what should I do for the images in
xibs
?