Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set default value for a core data attribute in xcode 4.0?

I switched from xcode 3.2 to xcode 4.0.In xcode 3.2 there used to be set default value along with attribute name and type.I can't find it in xcode 4.0

like image 874
aqua23 Avatar asked Dec 20 '11 06:12

aqua23


1 Answers

Open the Utilities panel (CMD + ALT + 0) (the one from the right side in XCode), then click on the third option (Show the Data Model inspector). You'll find there all you need. You must select the attribute you want to set the default value for.

like image 80
Bogdan Avatar answered Sep 20 '22 02:09

Bogdan