Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UML diagram reverse engineered from iOS project [duplicate]

I watched a video with xcode 3, that shows a button "Design" that displays a UML diagram, but I can't find how to do it with xcode 4.

like image 256
user567 Avatar asked Nov 25 '22 17:11

user567


1 Answers

Try Omnigraffle This has templates for UML diagrams.

If you drop an Xcode4 project file onto its dock icon, it will generate a UML diagram from that.

What it doesn't do is generate code from diagrams.

like image 150
Abizern Avatar answered Dec 23 '22 20:12

Abizern