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

How to filter categories? #8

Closed sebastianwr closed 6 years ago

sebastianwr commented 9 years ago

The README says that you can filter classes and I found the removal of certain prefixes, but is it also possible to filter out categories from the dependency graph?

Aside from that: Outstanding tool, really appreciate your work!

PaulTaykalo commented 9 years ago

Well it's hard to tell whether it's category or not. We can only probably tell it, based on the filename, but it wouldn't be 100% perfect.

sebastianwr commented 9 years ago

That's true. But if you stick to a convention, then probably every category has a + inside the filename and any other class doesn't!? Still not perfect, but enough for some (i.e. me ;-) )