How do you set a title so that every row in a table has the title already typed in when you add a new row?

StackOverflow https://stackoverflow.com/questions/820943

  •  03-07-2019
  •  | 
  •  

Question

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?

Was it helpful?

Solution

Have a look at this article. It tells you how to set default values for attributes (under the Configure the Attribute heading)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top