IPhone , Objective C Tutorial For Beginners

IPhone , Objective C Tutorial For Beginners


How to use SQLite in IOS 5 || Iphone tutorials

Posted: 29 Dec 2012 09:15 PM PST

Step 1 

Create a new project. Select single view application and give a product name.

Step 2 

Add the library to use sqlite, for that select the target entry in the project navigator in Xcode (the one with the product name) select the build phase tab to view display the build information (see the below image). Choose the section Link Binary with Libraries in that you can see + button to add a framework. Choose the "libsqlite3.dylib" from the list.






Post a Comment