Since I can't put up a screenshot of my storyboard, I'll try to explain:
I have a tabbar controller that has two view controllers. Each view controller is a navigation controller. I set the image of the first tabbaritem in the storyboard to a non-retina image in the storyboard itself. When I run in the simulator, it doesn't pick up the @2x version of the image. I know that there are other questions like this but I have tried all the answers and they don't work. How do I tell iOS to pick up the non-retina or retina image depending on the device in code. I don't want to explicitly tell it. It should do it automatically, shouldn't it?