在iOS应用中设置数据的位置

时间:2022-10-25 05:32:46

I have an iOS app and I want to change data but I don't know where .. In the app I find quote.sqlite and quote2.sqlite3 and data in database.m

我有一个iOS应用程序,我想要更改数据,但我不知道在哪里..在应用程序中我找到quote.sqlite和quote2.sqlite3和数据库中的数据。

在iOS应用中设置数据的位置

1 个解决方案

#1


0  

You can not insert data in Xcode through the UI. You have to either insert it through Core Data or use an external SQLite Editor, there are some on the App Store, even for free. I'm happy with "SQLPro for SQLite".

您无法通过UI在Xcode中插入数据。您必须通过Core Data插入它或使用外部SQLite编辑器,App Store上也有一些,即使是免费的。我很高兴“SQLPro for SQLite”。

If you did not yet create a Data Model, do so by going to File -> New -> File... -> iOS -> Core Data -> Data Model.

如果您尚未创建数据模型,请转到文件 - >新建 - >文件... - > iOS - >核心数据 - >数据模型。

#1


0  

You can not insert data in Xcode through the UI. You have to either insert it through Core Data or use an external SQLite Editor, there are some on the App Store, even for free. I'm happy with "SQLPro for SQLite".

您无法通过UI在Xcode中插入数据。您必须通过Core Data插入它或使用外部SQLite编辑器,App Store上也有一些,即使是免费的。我很高兴“SQLPro for SQLite”。

If you did not yet create a Data Model, do so by going to File -> New -> File... -> iOS -> Core Data -> Data Model.

如果您尚未创建数据模型,请转到文件 - >新建 - >文件... - > iOS - >核心数据 - >数据模型。