Answered step by step
Verified Expert Solution
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
pts Create an XCode Project named Zoo
pts Create View Controllers
a UIViewController this comes by default
b UITableViewController this will need a code file
pts 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
pts Connect all UI to code Images buttons
pts 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
pts Create classes to hold your animal data image breed, description
pts Create a segue transition that passes the selected animal type to the next VC
pts Display a list of animals in a tableview. Each row should have image, breed, description
pts 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started