Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any tool to generate Object Graph on iOS app runtime?

I know there are Class Model tools (OmniGraffle, Doxygen) to generate Class model diagrams from the existing Xcode projects. But i'm looking for a tool which generates Object Graph on running iOS app in Simulator or Device.

like image 251
The Debugger Avatar asked Jul 18 '12 11:07

The Debugger


People also ask

What is Objective-C in iOS?

Objective-C is the primary programming language you use when writing software for OS X and iOS. It's a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime.

What is an object graph in core data?

An object graph is nothing more than a collection of objects that are connected with one another. The Core Data framework excels at managing complex object graphs. The Core Data framework takes care of managing the life cycle of the objects in the object graph.

How do I use Xcode Instruments?

Press Command-I in Xcode, select Allocations from the list and press Choose. After a moment, you'll see the Allocations instrument. It should look familiar because it looks a lot like Time Profiler. Click the record button in the top-left corner to run the app.


1 Answers

You may be interested in

ObjectGraph-Xcode

objc_dep

like image 51
onmyway133 Avatar answered Sep 19 '22 03:09

onmyway133