Sale!

CSC 471/371 Programming Assignment 8 – A Table View App solution

$24.99 $14.99

Original Work ?

Download Details:

  • Name: Assignment8_RestaurantTableView-t4qdzw.zip
  • Type: zip
  • Size: 93.06 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (4 votes)

Goals
• Building a list app with a master list and at least one level of detail view.
• Using dynamic Table view and Navigation View
• Exploring iOS documentation of various classes used in this assignment
Requirements
1. Create a master-detail app that presents information of your interest in the form of a
list. The subject of the list is your choice. There are many possibilities, e.g., top
restaurants in Chicago (https://www.tripadvisor.com/Restaurants-g35805-
Chicago_Illinois.html), information about the countries in the Europe Union
(https://europa.eu/index_en.htm), etc. The master list should contain at least a dozen
or more items.
2. The app starts with a master list, which is a Table view. When an item in the master list
is touched, a detail view of the selected item will be presented. One level of details is
required, but you may have more.
3. You should design your app to present the information in a clear and effective manner.
a. Use a dynamic Table view for the master list.
b. Present a well-designed detail view.
c. Use images in either the master list or the detail view.
4. Be creative.
5. Make sure your program
a. builds without errors or warnings, and
b. runs without crashing.