Home

Awesome

DCIntrospectARC

The DCIntrospect library made ARC & iOS6 compatible.

Despite having several ports to ARC to the DCIntrospect project, i've done my own filling my needs. Original project can be found here.

Changes done in DCIntrospect:

How to use it

Add the all files to your project, and the QuartzCore framework.

Then to start the library:

[window makeKeyAndVisible];

#if TARGET_IPHONE_SIMULATOR
	[[DCIntrospect sharedIntrospector] start];
#endif

The #if sentence is not required, but a good idea to have it to prevent leaving it on production code.

Then simply run the app and push space bar to invoke the DCIntrospect.


Rest of documentation can be found in the original project source