PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 99 forks source link

Differentiate Protocols, Structs and Classes on graph #38

Closed PaulTaykalo closed 7 years ago

PaulTaykalo commented 7 years ago

Currenlty it's hard to understand whether circle is a protocol, class or struct. It will be way more handy to show them differently on graph