Is there any tool for creating an Object Graph in an iOS application runtime?

I know that there are tools of the Model class ( OmniGraffle , Doxygen) for creating class model diagrams from existing Xcode projects. But I'm looking for a tool that generates an Object Graph to launch an iOS application in Simulator or Device.

+5
source share
2 answers

You might be interested

ObjectGraph-Xcode

objc_dep

+1
source

I would recommend using KSHObjcUML here .

It creates a good interactive dependency chart for analysis in your browser. enter image description here

Alcatraz , Xcode 7. , . ObjectGraph-Xcode.

enter image description here

0

All Articles