Class Modeling alternatives for Objective-C

后端 未结 5 511
悲哀的现实
悲哀的现实 2020-12-31 04:57

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

相关标签:
5条回答
  • 2020-12-31 05:28

    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

    0 讨论(0)
  • 2020-12-31 05:38

    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

    0 讨论(0)
  • 2020-12-31 05:41

    OmniGraffle does UML diagrams.

    It doesn't generate code, though.

    0 讨论(0)
  • 2020-12-31 05:49

    Drop a document folder containing Xcode project file onto OmniGraffle icon on the dock, OmniGraffle will generate UML diagrams.

    0 讨论(0)
  • 2020-12-31 05:53

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

    0 讨论(0)
提交回复
热议问题