vodkhang
vodkhang

Reputation: 18741

Generate class diagram for IPhone app

I am trying to find a good tool for iphone/objective-C to generate class diagram to code. I want it to be flexible to change and modify the diagram so that I can separate that diagram to many smaller ones.

That means, I can show some parts of the viewcontroller interacting with model classes. It will be easier to understand and get changes.

I tried with XCode:

It is not easy to draw some lines ourselves to accomodate the part XCode can not generate.

Upvotes: 4

Views: 2375

Answers (2)

MSylvia
MSylvia

Reputation: 31

In Xcode Version 4.*, this functionality has been removed.

Hope this helps.

Upvotes: 3

TanvirK
TanvirK

Reputation: 253

XCode V4 has class diagram functionality, unfortunately it's not available for download yet for general developers.

Upvotes: 1

Related Questions