Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating class diagram for iPhone app

Is it possible to generate a class diagram for an iPhone application? I want to see the flow of the code in a huge application.

like image 632
Youngwing Avatar asked Nov 10 '11 10:11

Youngwing


2 Answers

Doxygen will produce one for you! Be sure to read the manual for all the options.

like image 175
justin Avatar answered Sep 20 '22 20:09

justin


One of my friends suggested that I select the project file within XCode (at the very top of the Groups and Files pane), and go to Design->Class Model->Quick Model. But the problem is I am using latest version of xcode and I don't have design menu in my files pane.

like image 29
Youngwing Avatar answered Sep 18 '22 20:09

Youngwing