Fizz Interview Challenge - iOS

Your goal is to create a Fizz playground app.

  1. The first view you are going to create is FeedView, which loads data from FeedStore, show FeedItems in a vertical scrollable view

  2. For each of the FeedItem, create a FeedItemView

  3. Each FeedItemView should navigate to a FeedDetailView

Please read TODOs in all files and finish TODOs. When you are finished, send us your completed project in the form of a zip file. There is no need to write any test for this interview purposes.