Question: Create an application for iOS in Xcode® version 8 that demonstrates navigation with the use of two screens and displays information from a web service. Use most current version of Swift as your programming language.
Screen One is the Home screen which will include the following:
Centered logo image
Labels that indicate student name, class, and date
Navigation button to view the second page (labeled as "continue")
Screen Two will include:
A button to execute the call to the WebAPI (lableled as "Get Data")
UITableView containing results from the following free JSON WebApi site:
https://jsonplaceholder.typicode.com/
Use the resources APIs - todos , to return JSON data and parse the information so it can be displayed in the table.
Compile all your files into a .ZIP folder.