This is a super fun and exciting* challenge for you. You have 4 hours to complete this from the time you start. Good luck!
-
Fork this project!
-
Add a UINavigationController with an embedded UITableViewController
-
Populate the UITableViewController with a list of albums from http://jsonplaceholder.typicode.com/albums
- Each item should just include the title
- When the user taps on an album, it should cause a navigation to another list containing the photos (http://jsonplaceholder.typicode.com/photos) in the selected album.
- Each item should contain the title and a thumbnail image
- A photo selection should navigate to a more detailed page containing more photo information.
- This page should show the photo title and its full image
- Make a pull request with your changes.
- Add a delete option for photos and albums
- Be able to edit photo and album titles
- Make a tabbed interface containing the above UINavigationController as well as a tab for the current user information (name, email, address, etc.)
*excitement not guaranteed.