Are you loading images with [UIImage imageNamed:] by …

September 9th, 2010 by admin Leave a reply »

Comment posted Apple at it again!! by David Gish.

Are you loading images with [UIImage imageNamed:] by any chance?
http://www.alexcurylo.com/blog/2009/01/13/imagenamed-is-evil/

powered by SEO Super Comments

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • N4G
  • Twitter
  • Yahoo! Buzz

Related Posts

Tags: iPhone App Development, iPhone OS, iPhone OS 3.0 issues, iPhone OS Bugs
Advertisement

3 comments

  1. David Gish says:

    Are you loading images with [UIImage imageNamed:] by any chance?
    http://www.alexcurylo.com/blog/2009/01/13/imagenamed-is-evil/

  2. Rama Krishna says:

    Thanks for your comment David, but the issues are not related to “imageNamed”.

    I have created a sample application with only one UIImageView allocated (at the very beginning in “applicationDidFinishLaunching”) in the entire application. All this application does is to just move the image around on the screen in a timer. Just download the app (http://www.iphonedeveloperlabs.com/testImageViewfor3.0.zip), install it on an iPhone OS 3.0 device and run it using Instruments (Object Allocations).