APIPopulates

============ Tasks for this assignment

  • In this assignment you are going to fetch data from the following URL http://jsonplaceholder.typicode.com/photos and then display title and thumbnailUrl inside the UITableView control.
  • YOU MUST populate the json data into your own custom classes. Make sure to download the image asynchronously. If you are not downloading the images asynchronously you will notice that UITableView scrolls extremely slow and sluggish.