Is there a way to create automatically the UML diagram from the code, in objective-C ?
Cheers, Niels
Is there a way to create automatically the UML diagram from the code, in objective-C ?
Cheers, Niels
Same problem, still looking for answer:
Finally found "objc_dep.py" from GitHub. It's free, fast, simple and works as-is. It generates a kind of "dependency graph" based on imports, which really isn't UML or class diagrams, but was surprisingly close enough.
So that's what I'm using now, but non-actively looking for something "more". Blogged about the objc_dep tool in "Dependency Graph Tool for iOS Projects", might be interesting if you want more info with sample graphs.
...but looking for something to generate real class diagrams.