Creating a class diagram for an iPhone application

Can I create a class diagram for an iPhone application? I want to see a stream of code in a huge application.

+6
source share
2 answers

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

+7
source

One of my friends suggested choosing a project file in Xcode (at the top of the "Groups and Files" panel) and Design->Class Model->Quick Model to Design->Class Model->Quick Model . But the problem is that I am using the latest version of xcode and I do not have a design menu in the file panel.

+1
source

Source: https://habr.com/ru/post/901199/


All Articles