Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 393 Bytes

TMDB Favorite Actors

App features:

  • Select a favorite actor via the RESTful TMDB API.
  • Download all movie posters for that actor.
  • Persist favorite actors and movie posters via Core Data.
  • Delete movie posters.
  • Cache images using NSCache and to the Documents directory for quicker loading.

TMDB Favorite Actors