Hi
I am new to CoreData and I am having issues getting it working. As you can see I have a couple of errors:
http://b.imagehost.org/0891/Screen_shot_2010-11-20_at_14_36_10.png
Basically Im trying to do the following:
1. User selected UITextView (notesView) and types in their note.
2. Upon leaving the UITextView save the note and the date it was made on.
3. When the user changes the date in the UIDatePicker (datePicker) load any note if there is one related to that date.
So similar to notes in a calendar, notes saved to a specific date.
Hope you can help, thanks.
I am new to CoreData and I am having issues getting it working. As you can see I have a couple of errors:
http://b.imagehost.org/0891/Screen_shot_2010-11-20_at_14_36_10.png
Basically Im trying to do the following:
1. User selected UITextView (notesView) and types in their note.
2. Upon leaving the UITextView save the note and the date it was made on.
3. When the user changes the date in the UIDatePicker (datePicker) load any note if there is one related to that date.
So similar to notes in a calendar, notes saved to a specific date.
Hope you can help, thanks.