How to import project or library to ios app in xcode 4.3
ios, iphone, objective-c, xcode
Solution
The easiest way is just downloading the whole project, and copy the whole folder in your project (drag and drop in your project navigator)
Then, you add the .h in the class you want to use and thats all!
Problem
I have downloaded an iOS project and would like to know how to import this into my app in xcode 4.3. Do I have to copy over every single .h and .m file into my project? or can I just import it as a library type thing. And if so, how?