Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Class Model in Xcode 4?

Tags:

xcode

xcode4

This was asked here but that was a beta XCode. Now with official xcode 4, I don't found how to create the Class Model. In XCode 3 this is very easy and obvious: File->New File->Class Model document template in 'others'.

Anyway, the main question is: There are Class Model in XCode 4?

like image 290
Rodrigo Avatar asked May 13 '11 15:05

Rodrigo


2 Answers

There is no class model in Xcode 4. The class modeling tool was eliminated in Xcode 4.

like image 53
Swift Dev Journal Avatar answered Oct 29 '22 20:10

Swift Dev Journal


Yes, the above anwser is correct, even though you can still find references to the documentation.

I needed this to help me analyse an existing project that I'll have to maintain and I found Autograf. Even though it seems not to be actively maintained it still works.

like image 33
Gustavo Ambrozio Avatar answered Oct 29 '22 21:10

Gustavo Ambrozio