Xcode UML 图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10057054/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode UML diagram
提问by Rommel Alonzo
I have an Xcode project written in Objective C and I am trying to create a UML diagram. However, the project is too big for me to create by hand so and I can't find the class modeling function in Xcode4. Is there a free UML program that I can import my xcode project and automatically generates the UML diagram?
我有一个用 Objective C 编写的 Xcode 项目,我正在尝试创建一个 UML 图。但是,该项目太大了,我无法手动创建,因此我在 Xcode4 中找不到类建模功能。是否有免费的 UML 程序可以导入我的 xcode 项目并自动生成 UML 图?
回答by aleroot
Take a look at OmniGraffleshould be able to draw UML diagram for your code.
看看OmniGraffle应该能够为您的代码绘制 UML 图。
Another option could be Visual Paradigm.
另一种选择可能是Visual Paradigm。

