ios 使用xcode项目生成类图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20512200/
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
Generate class diagram using xcode project
提问by Srivathsava K
I have created a iOS project and want to create class diagram. And before that manually I just wanted to know if there are any UML class diagram generator tool for xcode or any other tool that generates the class diagram using the xcode project.
我已经创建了一个 iOS 项目并且想要创建类图。在手动操作之前,我只想知道是否有任何用于 xcode 的 UML 类图生成器工具或任何其他使用 xcode 项目生成类图的工具。
Thanks
谢谢
采纳答案by Satheeshwaran
OmniGraffleis the right tool that exactly matches your need. I have used it a couple of times for generating class diagrams from Xcode projects(using the .xcodeproj file) but I had to do few changes since my design was not top notch then but if the classes are perfectly designed you can get the best out of this tool. Its not free but you get a 30 day trial and after installing go to
OmniGraffle是完全符合您需求的正确工具。我已经使用它几次从 Xcode 项目生成类图(使用 .xcodeproj 文件)但我不得不做一些更改,因为我的设计不是一流的,但如果这些类设计完美,你可以获得最好的这个工具的。它不是免费的,但您可以试用 30 天,安装后转到
File->Open->Browse and select your .xcodeproj file.
Possible duplicate here.