Storing and retrieving data from sqlite database

后端 未结 5 634
孤城傲影
孤城傲影 2021-01-03 14:56

I am building an app which contains a form in one view,in which the user fills all the fields and when he clicks the save button the data must be saved in to database and af

5条回答
  •  庸人自扰
    2021-01-03 15:35

    You should use FMDB to reduce the complexity of your code.

    It is an Objective-C wrapper around SQLite.

    FMDB on github

提交回复
热议问题