I want to make an application, something like a movie selection for viewing by parameters. That is, the user indicates some data, such as a movie not older than 2005, an imdb rating not lower than 8, etc. And the application displays all the movies that fit these parameters.
I'm wondering how I can store the base of films inside the application (the application should work offline) CoreData, arrays or what? And with what tool to implement the search for the specified parameters?
Need help which way should I google?