Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

generate Class diagram for iphone app

Tags:

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

like image 580
Pooja Avatar asked May 02 '11 13:05

Pooja


People also ask

How do I create a class diagram in Xcode?

Creating Classes Diagram There's a handy feature to create class diagrams in Xcode, using Class Model feature. To create a diagram for the whole project, select the project name in the Group & Files panel. Then select Menu->Design->Quick Model->Class Model. You will be asked to save the diagram.

How do you create a class diagram automatically?

To build a class diagram, all you have to do is launch the Smartdraw's Automatic Class Diagram extension and point it at your repository. Load your source code and choose which files you want to include in your diagram. Click "Build Diagram" and you're done.

Can Visual Studio code generate class diagram?

The Visual Studio Class Designer is a great and very flexible tool to generate class diagrams, it allows drag and drops on a single or in multiple .


Video Answer


1 Answers

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

like image 155
Anand Avatar answered Oct 29 '22 15:10

Anand