I added to my project a .bundle
folder filled with some images.
Is it correct refer to this image directly writing something like ?:
[UIImage imageNamed:@"imageInBundle.png"];
Which is the best method to access and use these images ?
See Question&Answers more detail:os