I want to make a static library which basically displays some views and button. My client wants this to be distributed as a library to be used by other iPhone developers.
My doubts are
- Can we add images and other resources to the library .a file?
- How can we include localization to this static library?(localizable.strings??)