Some time ago I mentioned the GraphViz tool for automatically drawing Objective-C dependency graphs.
Here’s an Xcode plugin that utilizes GraphViz for drawing dependency graphs within Xcode submitted by Kevin Shen called ObjectGraph.
ObjectGraph adds a convenient option to the Product menu so you can easily run GraphViz and draw your dependency graph.
This is an image from the readme showing the options added to the Xcode project menu by ObjectGraph:
And an image of a drawn dependency graph:

You can find ObjectGraph on Github here.
A handy plugin for visualizing project dependencies.
See More: Xcode Plugins
Original article: Tool: An Xcode Plugin For Automatically Creating Objective-C Dependency Graphs
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
