generate Class diagram for iphone app

核能气质少年 提交于 2019-12-03 11:00:21

问题


i know how to generate class diagram in Xcode for iPhone app.

but i am searching for alternate way to represent it, because my app is very much big and it will difficult to put diagram and explanation in my thesis report.

any idea how to represent all classes or app in short manner so i can put into my thesis report.

thank you very much


回答1:


Just download OmniGraffle and then go to File->Open->Select your XcodeProject file and that's it you'll have a class diagram.




回答2:


You can use Omnigraffle to generate UML diagrams directly from Xcode.

Have a look at this SO answer.




回答3:


Select the "FirstDemo.xcdatamodeld".Goto the "File" select the "print" option save as pdf formate in "ERD diagram".

Any screen issue faced goto the "File" select the "Page Setup"manage the custom sizes.




回答4:


A Ruby script created by 'yoshimkd' that scans all swift code from the specified folders and files and automatically generates an entity diagram (similar to a class diagram) which can be viewed in a browser.

Usage: https://martinmitrevski.com/2016/10/12/swift-class-diagrams-and-more/




回答5:


You can use StarUML.



来源:https://stackoverflow.com/questions/5857429/generate-class-diagram-for-iphone-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!