I just want to ask, is there any way to insert a new record (not programatically) using xcode?
Just to be clear, I want to insert data just like using SQL Developer in Oracle (no code).
I can’t find add new record or row button in xcode.
Any help is appreciated.
Not within XCode but there is a plugin for Firefox that allows you to open the SQLite database. Install the plugin, launch it and open the database file (in the app directory of your iOS simulator) and it provides you with tools to insert, delete, update, etc.
Firefox plugin: SQLite Manager