Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In iOS 4 & iOS 5 SDK , it is advised not to use [UIImage imageNamed:@"image.png"] due to memory leak and it is told to replace with [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:%@"image" ofType:@"png"]]]

Is it still applicable for iOS 6 SDK ? ( with ARC )

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.