Yelp Client

This is an iOS demo application for displaying Yelp search results using the Yelp API.

Time: ~10-12 hours

User Stories/Features:

  • 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.
  • The filters you should actually have are: category, sort (best match, distance, highest rated), radius (meters), deals (on/off).
  • The filters table should be organized into sections as in the mock.
  • You can use the default UISwitch for on/off states.
  • 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.
  • Clicking on the "Search" button should dismiss the filters page and trigger the search w/ the new filter settings.

Installation/Running:

# install dependencies
pod install

# add Yelp API keys
cd Yelp
mv Configuration.plist.example Configuration.plist
// edit plist file to include your API keys

# Open Yelp.xcworkspace in Xcode

Demo:

Video Walkthrough

GIF created with LiceCap.