I have two nib files that use the same image, but I want to call the image nib_a_image.png when I reference it from nib a, and nib_b_image.png when I reference it from nib b.
The idea is that my designers could give me a new nib_a_image.png and only affect behavior of nib a.
But I don't want to increase the size of my app by including the image multiple times.
Would symlinks work? Sounds like symlinks would work. Not sure I love the idea.
Has anyone tried to do something like this?