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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!