16

Since the Class Model tool was eliminated in Xcode 4, what other alternatives could you recommend for UML modeling tools for Objective-C?

Cœur
  • 37,241
  • 25
  • 195
  • 267
DenTheMan
  • 1,277
  • 2
  • 13
  • 21

5 Answers5

5

OmniGraffle does UML diagrams.

It doesn't generate code, though.

Abizern
  • 146,289
  • 39
  • 203
  • 257
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)

http://www.yworks.com/en/products_yed_helpresources.html

Stephan
  • 4,263
  • 2
  • 24
  • 33
1

I'd recommend Visual Paradigm which can do it really fast with a few clicks.

OhadM
  • 4,687
  • 1
  • 47
  • 57
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