SO i've been using this tutorial,
iPhone Programming Tutorial - Creating a ToDo List Using SQLite Part 1 | iCodeBlog
and learned how to set up a sqlite3 database
except that i dont want to make a to do app,
i've been tweaking it so it falls more in line with the SQLiteBooks design
where you click on something, and it loads up more details about it.
I have 5 errors that i can't figure out
has anyone made or released a good tutorial on a sqlite3 database that is more like a contacts app then a todo app
Edit: i was actually able to fix all the errors, but the program loads successfully to a blank screen
[its a modified ToDo App with a custom built sqlite3 database]
by blank screen, i mean it loads a black screen with no controls, and you see the carrier logo and power and cell tower strength, and thats it