ios - Saving User Data (Swift) -
i'm making app, , needs allow user save data, if high score, or if unlock special character , character used when app starts up. , if want go different character, save. should go find resources this?
well, there quite few ways persist data in ios. archiving, userdefaults, plists, , of course core data(list not exhaustive); each can piece or of need(in case of core data). if want items remain in cloud, can @ cloud kit or third party solutions parse, or can roll own server.
the apple documentation resource, there many books on core data. if you, core data.
good luck!
Comments
Post a Comment