vote up 1 vote down star
1

Are there any tutorials describing how to create a library or is it framework for the iPhone? I have a number of methods that are shared between applications. These will be better maintained as a library.

flag

46% accept rate

2 Answers

vote up 1 vote down check

Try this: http://tinyurl.com/cjvu8q

Or incase Google changes the top link: http://tinyurl.com/cwq4tn

link|flag
Try this link if this question becomes Google's top result: tinyurl.com/cwq4tn – Will Harris Mar 30 at 13:32
If you want auto updates when the library source changes: tinyurl.com/cleuhw – 4thSpace Mar 30 at 14:27
vote up 1 vote down

Put your code in a static library (as Roger indicated via his link). However, consider using an Xcode cross-project reference to "import" that static library into all the other projects that need it. I've whipped up a tutorial explaining how to do this (and why I think it's better than creating a "fat" Universal Binary): http://www.clintharris.net/2009/iphone-app-shared-libraries/

link|flag

Your Answer

Get an OpenID
or

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