How can I check what is stored in my Core Data Database?

后端 未结 17 2188
北恋
北恋 2020-12-12 14:35

I am making an app that relies on Core Data. I am able to enter data into a text field and store it.

But I need to know if the data is being stored.

I am try

17条回答
  •  情歌与酒
    2020-12-12 14:48

    An easy and convenient way to locate the Core Data database and to view and analyse the content, is by using a tool like Core Data Lab.

    More info here: https://betamagic.nl/products/coredatalab.html

    Disclaimer: I'm the creator of this tool.

提交回复
热议问题