Create an application in Xcode…
This is due by Saturday. Create an application for iOS in Xcode® that demonstrates navigation with the use of two screens and displays information from a web service. Use Objective-C as your programming language.Screen One is the Home screen which will include the following:Centered logo imageLabels that indicate student name, class, and dateNavigation button to view the second pageScreen Two will include:A button to execute the call to the WebAPIUITableView containing results from the following free JSON WebApi site:http://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.Compile all your files into a .ZIP folder.