So I'm trying to implement a table view into my app.
It's going to have Titles, Artists, Genre.etc..
But I want to update the it regularly by adding new Titles, Artists, Genre.etc.. in there, and maybe deleting some..
Would I use CoreData to make it?
or do I need to go a whole different direction?
Thanks
It's going to have Titles, Artists, Genre.etc..
But I want to update the it regularly by adding new Titles, Artists, Genre.etc.. in there, and maybe deleting some..
Would I use CoreData to make it?
or do I need to go a whole different direction?
Thanks