vote up 0 vote down star

Can u please let me know the procedure as how create a Framework for iPhone? Is there any seperate prodcedure to create a Framework in Xcode? Thanks in Advance.

flag

25% accept rate

1 Answer

vote up 1 vote down

Duplicate of "Can I develop my own objective-C Framework for Cocoa Touch Applications?"

link|flag
Hi and thanks for the reply. I referred to that link and found a link to the Framework Programming guide which gives the instructions to create a Framework for Mac-OS can i follow the same procedure to create a Framework for the iPhone-OS too??? – Cathy Oct 29 at 11:30
1  
The accepted answer on that question states that static libraries are the way to go for iPhone applications. Xcode contains a static library project template, which is all you need to get started. For examples of working iPhone static libraries, see Three20 and Core Plot. – Brad Larson Oct 29 at 12:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.