Skip to content

Marlunes/ios-exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ios-exam

Goal of the exam

To assess a developer's skills in terms of developing iOS apps and decision-making on solving common development tasks.

Tasks

  • Fork this repository
  • Create an iOS Swift 4 project with the following features:
    • Uses Model-View ViewModel Design Pattern
    • Loads and shows a list of Persons from a remote source
    • Caches the loaded list of Persons
    • Prevents any loading from the remote source if the cache is available
    • Shows the full details of a Person on a separate screen
    • Each Person must have the following data:
      • First name
      • Last name
      • Birthday
      • Age (derived from Birthday)
      • Email address
      • Mobile number
      • Address
      • Contact person
      • Contact person's phone number
  • Send an email once done to [email protected]

Any libraries or tools of the developer's choosing may be used.

Optional requirements

  • Changes are committed following Git Flow
  • Unit tests
  • UI tests
  • iOS Design Guidelines
  • Adaptive User Interfaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.0%
  • Ruby 1.0%