How can I generate UML diagrams from Xcode4

前端 未结 6 635
有刺的猬
有刺的猬 2020-12-04 08:33

I watched a video with xcode 3, that shows a button \"Design\" that displays a UML diagram, but I can\'t find how to do it with xcode 4.

6条回答
  •  半阙折子戏
    2020-12-04 09:16

    Search for "Xcode Design Tools" in Help. That will show you a tutorial that will walk you through creating a diagram.

    EDIT >>>

    It looks like the instructions are actually for XCode 3 and that UML Modeling was removed from XCode 4. The only modeling I could find in XCode 4 is Data Modeling: File>New>New File... and then look under 'Core Data'.

    Class Modeling alternatives for Objective C

    You might also want to check out Doxygen.

提交回复
热议问题