Skip to content

mathkellogg/codepathweek02

Repository files navigation

Basic Yelp client

Time Spent: 9 hours

Features

Required

  • Table rows should be dynamic height according to the content height.
  • Custom cells should have the proper Auto Layout constraints.
  • Search bar should be in the navigation bar (doesn't have to expand to show location like the real Yelp app does). Hint: This is just a UISearchBar that is set as the navigationItem.titleView
  • The filters you should actually have are: category, sort (best match, distance, highest rated), radius (meters), deals (on/off).
  • You can use the default UISwitch for on/off states.
  • The filters table should be organized into sections as in the mock.
  • Clicking on the "Search" button should dismiss the filters page and trigger the search w/ the new filter settings.

Optional

  • Infinite scroll for restaurant results
  • Implement map view of restaurant results
  • implement a custom switch
  • Radius filter should expand as in the real Yelp app
  • Categories should show a subset of the full list with a "See All" row to expand.
  • Implement the restaurant detail page.

Video Walkthrough

Releases

No releases published

Packages

No packages published

Languages