generate Class diagram for iphone app

前端 未结 5 1499
有刺的猬
有刺的猬 2021-02-05 06:17

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

相关标签:
5条回答
  • 2021-02-05 06:45

    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.

    0 讨论(0)
  • 2021-02-05 06:48

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

    Have a look at this SO answer.

    0 讨论(0)
  • 2021-02-05 06:49

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

    0 讨论(0)
  • 2021-02-05 06:53

    You can use StarUML.

    0 讨论(0)
  • 2021-02-05 07:10

    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/

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