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
You should use FMDB to reduce the complexity of your code.
It is an Objective-C wrapper around SQLite.
FMDB on github