create a offline/local highscore database for a simple iphone game and use it!
I am a beginner in iOS development and am trying to create a offline/local highscore database for a simple iphone game and use it.
this would be my first time to create and use a database on a ios device
i know 开发者_JS百科sql
i don't care if i would directly use sqlite3 or core data
the database should be arranged by highscore
my game is simple and using the "moving UIImageviews" principe. It is finished, it just needs a highscorelist.
I searched the web for hours, but i didn't understand how core data works or how to use a sqlite database :( (i created it but didn't get how to use it in the code)
maybe this is the stupidest question you have ever heard … but please still help me. I BEGG YOU!
sincerly a0down
精彩评论