Using SQLite3 as a Data Source in an Xcode Project (Objective-C) Torrey Betts / Tue, Apr 23, 2013 Introduction One important aspect of almost any application is the data source that provides or store data to the UI elements. In this article we'll wire up the most widely deployed SQL database engine...