Core Data, Save Load
Hi
I am trying to get my app working with core data.
To put it as simply as I can I want to do this:
I have a UIDatePicker. I have a UITextView.
I want to save what the user types in the UITextView. Then I want to load that text back into the UITextView if the user selects the same date they originally saved it on.
Like a calendar.
Fairly simple, should it not be?
I would really appreciate any help as I have tried using a fetch etc with no luck. Im fairly new to core data so that'll be why im not quite hooking onto it.
|