Skip to content

My CV as an iPad app - implemented in SwiftUI and exportable as PDF

Notifications You must be signed in to change notification settings

vincefried/CV-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CV - implemented in SwiftUI

header

Functionality

  • Views hardcoded data in a scrollable view
    • Idea: Data could be coming from a REST API or at least from a local SQLite DB to make maintenance easier
  • Supports basic PDF share option
    • Currently lays out pages based on the device's screen, can still be optimized for layouting the pages in different DIN formats
  • Supports dark mode

Result

CV_Vincent_Friedrich.pdf

🛠 Minimum Requirements

  • iPad only (yet)
  • iPadOS 16.1+

Know issues

  • PDF export doesn't fully work on iOS 17. Update is in the works!
    • Also, the whole scroll view handling and layouting can be optimized using iOS 17's new SwiftUI ScrollView functionalities!

About

My CV as an iPad app - implemented in SwiftUI and exportable as PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages