Trouble loading data into Table View from SQLite
Hello all, this is my first post only because i have searched far and wide to a solution to my problem. I have a base application that has a tabbar as the root controller. on one tab is a nav controller loading a table view. On the second is a regular view. Now, my problem comes in that I have a SQlite db ready to load into the table view but for some reason I just cannot get the data to load at all. I am trying to use a tutorial for loading from sqlite to guide me through the process then I am going to customize it once I understand the way to go about loading the data. My ultimate goal for this app is a tab bar app that has a school to-do list on one tab and a GPA calculator on the other. (FYI this is a school application and I know there may be others like this out there already but this will be branded with my schools logos and all) Any help at all would be appreciated, I have looked through many tutorials and tried to find where to load the data into the table but it will just not load at all. I have attached my so hopefully someone can point me in the right direction.
thank you all in advance.
|