4 comments on “Quick guide to updating your app’s UI for iPhone 4

  1. What if you don’t add images in code? I’ve set button images in IB. Will just adding new @2x images to my resources work?

  2. It’s works the same way. Using IB to set your images is like saying myImageView.image = [UIImage imageNamed:@"image.png"]; which the iPhone 4 would then automatically grab the higher res @2x version.

  3. So for now, stick with imageNamed: for all your images.

    But imageNamed: caches the images and I don’t want to cache them

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>