Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.35 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.35 KB

iOS resume application project app icon

iOS - Resume application project

Swift Xcode Build Status Maintainability codecov

This project is developed to show the resume in iOS. The resume is maintained in a JSON format following resume JSON structure.

Table of Contents

demo of ios resume application project

Features

  • Download a remote JSON file and profile image file in the application.
  • Store the downloaded remote JSON file and profile image in the application.
  • Read the stored JSON file in the application.
  • Pass data from resume schema layout view controller to other view controllers.
  • Translate the contents in the application based on the resume language selected by the user.
  • Application adapts to different screen sizes of iPhones models (iPhone SE +).
    • Use autolayout for all storyboards.
  • Continuous Integration (Travis-CI) to test the application.

Requirements

  • iOS 9+
  • Xcode 10+
  • Swift 4+

Credits

The resume application idea has been inspired from the discussion with Martin Klöpfel and Victor Castano. I acknowledge both of them for the original idea of the project.

License

Resume application project is released under the GNU General Public License v3.0 license. See LICENSE for details.