Tuesday 2 July 2019

Dependency Visualizer

My Fork: 
https://github.com/Sylvia-YiyinShen/objc-dependency-visualizer

A dependency visualisation tool for objective-c/Swift project.

Example:


The above graph describe a relation between ViewController and MainViewModel: ViewController just holds a reference of MainViewModel.

If we initialise MainViewModel within ViewController as below,  check how different the graph would be:






Other visualisation tools:
https://github.com/Sumolari/swift-relationship-graph

No comments:

Post a Comment