I have an application in which adds the text inside a UITextView into Core Data. But the Core data entry is a “string”, so it only saves the first line of the UITextView into the core database.
How can I fix that? I would like to save into the core database all of the text which is in the UITextView.
Unfortunately the CoreRecipes sample project from Apple doesn’t work anymore
It saves all text – you must be wrong . if you look at it the DB symbols / line breaks are a ‘\n’