xcode4 - Generate code for core data attributes in xcode 4 -


In Excel 3, there was an accessory in the Data Model Builder, where you can highlight certain features / relationships in one unit , Right-click, and select to copy method and asset declarations on the clipboard. (You can choose whether you wanted the Objective-2.0 Property Declaration also). After that you can paste them into your NSMNAD object sub-category.

I see how you can still create full class files; But this is not useful if you are adding properties of an existing unit. Did they remove this feature from ExCode 4? I used it all the time!

See Core Data Model Editor Help:

Comments