The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniGraffle General (http://forums.omnigroup.com/forumdisplay.php?f=10)
-   -   Xcode project -> UML diagram (http://forums.omnigroup.com/showthread.php?t=24129)

deivers 2012-05-05 02:26 PM

Xcode project -> UML diagram
 
I got really excited when I read that I could drop an Xcode project on OG and it would generate the UML diagram. (Xcode 3 did this but Xcode 4 does not.) However, it doesn't list the class associations, which is critical to seeing the amount of cross-coupling in my code. What I mean is that I expect to see the properties and ivars listed under the class name, at least those that are objects. And, going one step further, I'd like to see the associations shown as arrows. Now that would be eye-opening!

-Doug

baboon2 2012-12-11 10:23 AM

Currently, you have to use the old-fashioned coding style of listing your ivars within { } in your header file, or else they won't be picked up. In other words, OmniGraffle doesn't know how to process @properties.


All times are GMT -8. The time now is 05:56 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.