ios - Saving data objects between sessions -
i'm putting last bit of functionality in application. 1 of things want s have user able save notes. each note has title , body user specifies. when user hits save, want title , body saved in object, , have object added array (which later used populate tableview). best way save array of data objects between sessions?
you should use core data this. create "note" object fields want. read on core data programming because whole subject, in essence end underlying sqlite data store interact using nsmanagedobjects
Comments
Post a Comment