Description
Create an application for iOS in Xcode® that demonstrates navigation with the use of two screens and displays information from a web service. Use Swift 3 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
Screen Two will include:
· A button to execute the call to the WebAPI
· UITableView containing results from the following free JSON WebApi site:
· https://jsonplaceholder.typicode.com/
Note: Use any of the resources APIs (posts, comments, albums, photos, todos or users) to return JSON data and parse the information so it can be displayed in the table