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

File-level Dependencies #66

Open michaeleisel opened 3 years ago

michaeleisel commented 3 years ago

Is there some way to group everything by file, rather than also showing the individual types etc.? I just want to think about my dependencies at the file level.