5

I want to build a framework regarding some common aspects used in xcode like that of UIKit, Foundation etc. Is it possible for us to create our own framework which could be reused later ? If so, could you tell us a step by step procedure of how to do it?

0

2 Answers 2

6

This is now possible, see:

https://github.com/kstenerud/iOS-Universal-Framework

Sign up to request clarification or add additional context in comments.

1 Comment

@rob5408, don't you mean "insanely great"? ;)
5

It's not currently possible to create a framework using the iPhone SDK. The closest you can come is bundling the logic you want to have shareable into a static library.

This is a good writeup on how to go about doing that for the iPhone SDK:

http://blog.stormyprods.com/2008/11/using-static-libraries-with-iphone-sdk.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.