Skip to content

kyngoadmin/kyngo-ios-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome future Kyngo iOS Developer!

This is a super fun and exciting* challenge for you. You have 4 hours to complete this from the time you start. Good luck!

  1. Fork this project!

  2. Add a UINavigationController with an embedded UITableViewController

  3. Populate the UITableViewController with a list of albums from http://jsonplaceholder.typicode.com/albums

  • Each item should just include the title
  1. 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
  1. 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
  1. Make a pull request with your changes.

Bonus points (if you have time):

  • 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.

About

A repo for testing potential Kyngo iOS developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published