views:

44

answers:

1

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?

+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
Thanks Very Much!
Joshua