Re: iPhone runtime browser.

2009-07-19 Thread Nicolas Seriot
a note and I'll mail it to you. It's a 36KB .zip file. Offered as-is, no help, no support, no guarantees, etc. There is also another iPhone runtime browser: http://code.google.com/p/runtimebrowser/ Here is what it dumps on iPhone OS 3.0: http://seriot.ch/resources/dynamic_iPhone_headers/3_0

Re: iPhone runtime browser.

2009-07-19 Thread John C. Randolph
On Jul 19, 2009, at 5:33 AM, Nicolas Seriot wrote: There is also another iPhone runtime browser: http://code.google.com/p/runtimebrowser/ Here is what it dumps on iPhone OS 3.0: http://seriot.ch/resources/dynamic_iPhone_headers/3_0/ Looks like they got rather more elaborate about it than

iPhone runtime browser.

2009-07-18 Thread John C. Randolph
For anyone who hasn't done it themselves already, I just wrote up a little Cocoa touch app that shows you all the classes in the objective- C runtime. No point in submitting it to the app store, but if anyone would like a copy, drop me a note and I'll mail it to you. It's a 36KB .zip

Re: iPhone runtime browser.

2009-07-18 Thread John C. Randolph
Oop, forgot to add: send requests to me, not the list. -jcr “The two most important tools an architect has are the eraser in the drawing room and the sledge hammer on the construction site. ” -Frank Lloyd Wright ___ Cocoa-dev mailing list

Re: iPhone runtime browser.

2009-07-18 Thread John C. Randolph
Couple of notes: I built it for the 3.1 SDK, and I didn't try it on anything earlier. One friend of mine told me that to make it work on the 3.0 SDK, he had to change line 31 of ClassesViewController.m from: [self.tableView reloadData]; to [super.tableView reloadData];