Skip to content

zigdanis/VideoCarousel

Repository files navigation

Build Status

Video Carousel

App shows predefined list of genres that is implemented as infinte looped scrollable collection. Selected Genre item controls which movie previews will be shown underneath genres list.

To edit list of genres:

  • Open VideoFramesViewModel.swift file
  • In the init() add or remove VideoFrame entries to the frames array. There should be at least 1 entry.

To edit list of movies:

  • Open MoviesViewModel.swift file
  • In the init() add or remove Movie entries to the movies array.

About

Shows the list of genres and appropriate movies on the corresponding view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published