I am new to coredata. Even so, I have managed to understand it within a certain degree and all is working fine. The only thing I was not able to do is to erase the whole database.
How do I do that?
I am on a ViewController and the database was initialized by the delegate. My project was based on Apple templates.
How do I erase the database and recreate it completely empty if it was created by the delegate?
Please refrain from pointing me to this "answer" Delete/Reset all entries in Core Data?
because it is not complete and do not covers how I recreate the whole thing. It just covers how to delete stuff.
thanks