Since the Class Model tool was eliminated in Xcode 4, what other alternatives could you recommend for UML modeling tools for Objective-C?
Asked
Active
Viewed 1.2k times
16
-
Are you looking to create UML diagrams and then generate code from them, or to generate UML diagrams to document existing code? – Hagelin May 19 '11 at 16:53
-
Ideally, both. But the first option would suffice too. Thanks! – DenTheMan May 20 '11 at 15:40
5 Answers
1
You can use yEd ... not the best solution and does not generate graphs as OmniGraffle can do but at least it can export in SVG and use GraphML files to store the data. (and it is fee)

Stephan
- 4,263
- 2
- 24
- 33
1
Drop a document folder containing Xcode project file onto OmniGraffle icon on the dock, OmniGraffle will generate UML diagrams.

RY_ Zheng
- 3,041
- 29
- 36
0
A little late to the party, but there is a new tool that did the work for me:
https://github.com/yoshimkd/swift-auto-diagram
The ones mentioned on other posts didn't work.
I hope it helps

Arturo
- 3,254
- 2
- 22
- 61