On Fri, Jul 18, 2008 at 2:05 PM, Andy Lee <email@hidden> wrote:
NSClassFromString()
No, just use [ClassName class]. NSObject's +class method returns the
class itself (in other words, it's as if the metaclass defined -class
to return self).
Am I misunderstanding? The given code has an array of NSStrings which
are names of controller classes. I assumed Nathaniel wanted to
convert one of those names to a class.
On Jul 18, 2008, at 2:00 PM, Nathaniel Gottlieb-Graham wrote: