ObjC Classdump on steroids

[email protected] (Jan Lehnardt) Mon, 5 Nov 2007 09:08:52 +0100
Newsgroups php.objc
Message-ID <[email protected]>
Heya,
in Cocoa, unless you really know the classes you work with, you're
constantly using documentation, or Xcode's autocomplete. One other
handy tool is Jonathan Rentzsch's MagicHat. It wraps a Cocoa GUI
around the 'classdump' commandline utility and hyperlinks classes
and header files.

http://code.google.com/p/magichat/

I thought it might be useful for a PHP-ObjC hacker.

Cheers,
Jan
--