This project is developed to show the resume in iOS. The resume is maintained in a JSON format following resume JSON structure.
- 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.
- iOS 9+
- Xcode 10+
- Swift 4+
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.
Resume application project is released under the GNU General Public License v3.0 license. See LICENSE for details.