I have some question about objective-c and theming. I know there are many topics about themes but I didn't find answer for my question.
So I will (it is under construction :)) have an iPhone application and I would like to have possibility to make skins and share it in AppStore. The problem is how to "join" new images to my application (from downloaded file). I don't want to keep it on "disk" in native format (for example .jpg). I thought about dynamic library - but is it good idea to make library with images only? And how dynamically link library with application?
Note that it is not interesting for me how to switch themes in application (I know how to do this) but only how to link new theme images from other external file.
Thank you for reply.