Hi experts i have created a set of UItableviewcustom cell classes. Now can i group those classes to an static library so that i can include that library in whichever project i want and i can use it.
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.
You can, but it really isn’t worth the trouble… with the rate that they keep on releasing new SDKs, and considering that you’d have to make it a Universal binary supporting both the simulator and the iPhone device, it really isn’t worth the effort… I’d just save the “.h” and “.m” files and drop them in a new project.
However, if you are absolutely determined to go that route… I do have some articles on creating iPhone frameworks: here. Note that they are somewhat outdated (circa iPhoneOS3.1), so I don’t know how much has changed, and I’ve since converted to the Android camp… but you still might find the info there useful.