Question: We ll create a zoo application that lands on a section page that allows us to select a type of animal which takes us to

Well create a zoo application that lands on a section page that allows us to select a type of animal which takes us to a list of breed examples of that type of animal. It has to be in Swift Xcode
1.(0pts) Create an XCode Project named Zoo
2.(0pts) Create 2 View Controllers
a. UIViewController (this comes by default)
b. UITableViewController this will need a code file
3.(20pts) Add some elements to your view controller
a. One Label Name of your app: Example Mikes Petting Zoo
b. Two (or more) Images These will be types of animals (Dogs, Cats, Birds, etc.)
c. Corresponding buttons under each image
4.(20pts) Connect all UI to code (Images / buttons)
5.(20pts) Connect buttons to action methods. Each button should take the user to the table view controller which should display a list of the types of animals selected in the prior view
6.(10pts) Create classes to hold your animal data (image, breed, description)
7.(10pts) Create a segue transition that passes the selected animal type to the next VC
8.(20pts) Display a list of animals in a tableview. Each row should have image, breed, description
9.(10pts) Properly running program should allow the user to click a button under each animal type and move to the list of animals as well as return back to the home page and make a different selection.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!