Questions tagged [data-persistence]
256 questions
2
votes
1 answer
Which is best data storage type to store data received from server?
I have certain data that is received from the server, I call it History. Everytime I visit some website, I have to save the URL in the History list.
The list will be displayed in a table later on, for the user to view.
What data storage type should…

iOSDev
- 3,617
- 10
- 51
- 91
2
votes
0 answers