if i've made a project and want to include all it's headers and xib files in another project how would i do that?
so far i know i can make a static library which has all the header files and i can use them in other projects but i don't know how to include the xib files.
when if the library has xib files and the header that uses it is made the program throws an error saying it can't find the xib file
so far i know i can make a static library which has all the header files and i can use them in other projects but i don't know how to include the xib files.
when if the library has xib files and the header that uses it is made the program throws an error saying it can't find the xib file