Links for 2009-04-20
-
The goal is to create an NSXML style API that can used in environments without NSXML (e.g. iPhone).
KissXML was inspired by the TouchXML project, but was created to add full support for generating XML as well as supporting the entire NSXML API.
-
So with the NSXML class cluster missing from the iPhone, what are our options?
-
A nice write-up of Singletons and other global structures in Cocoa with a handy Singleton macro to download that makes a class a singleton with a single line of code.