I am using a Core-Data app, i am looking to set a pre-defined title/word so that every new row that is created already has that title/word typed in. For example the word could be 'New Task' and so when the user adds a new row it would already say 'New Task', how would you do that?
views:
44answers:
1
+2
A:
Have a look at this article. It tells you how to set default values for attributes (under the Configure the Attribute heading)
squillman
2009-05-04 17:23:12
Thanks Very Much!
Joshua
2009-05-04 18:25:02