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
- Create a new iOS project
- Save it as
NSDictionaries-Practice
- Download this file like so:
- 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 #