Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions