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.
A:
There is a lot of information on the web that can help with this for example this.
Roger Nolan
2009-03-30 06:32:19
Try this link if this question becomes Google's top result: http://tinyurl.com/cwq4tn
Will Harris
2009-03-30 13:32:40
If you want auto updates when the library source changes: http://tinyurl.com/cleuhw
4thSpace
2009-03-30 14:27:54
The let me google that for you link is pretty dumb, as google is finding this page when you search for the topic.
Bruce McLeod
2010-05-19 13:17:39
That's why I added the second Google link.
Roger Nolan
2010-05-21 08:12:49
+1
A:
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/
Clint Harris
2009-03-30 23:21:10