Thanks to visit codestin.com
Credit goes to github.com

Skip to content

specktro/Resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specktro's Resume Application

This is a simple application to show the specktro's resume as a table view with coordinators architecture (I used just one coordinator for this example).

Summary

The application uses a flow coordinators architecture to separate the view and the logic, it was created as a singleton to get the information’s network and the structures used as models are Codable types.

Instructions

There is an enumeration called ProfileURL, you can use it in the getProfile method to test different JSON responses, feel free to experiment inside the unit test methods to check their failure cases.

For example, inside the testProfileSections method if you call the QueryAPI method to get the user profile in this way QueryAPI.shared.getProfile(ProfileURL.noSections, fail: failClosure, completion: successClosure) the test is going to fail.

Clone it and have fun!

@specktro - ©2019

About

A simple resume application from myself with one coordinator as an example

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages