Array of NSDictionaries Practice

Task

The goal of this project is to practice NSDictionary with Array.

Task: Create an app that displays a list of fake Yelp businesses as you see below:


Before you begin

  1. Create a new iOS project
  2. Save it as NSDictionaries-Practice
  3. Download this file like so:

  1. Drag the downloaded file to your project directory like so:


Required Features

  • A TableViewController that is dynamic and contains 1,000 fake Yelp businesses that are derived from the YelpAPI dictionary
  • TableViewCell contains three labels to store the following information: Name, Category, & Founded #

Hint