GitXplorerGitXplorer
p

SwiftUI-Continuity-Camera

public
19 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
208280f3bb06b63dff12d486d8892b048fe28d94

Adding License file to Xcode project

ppd95 committed 4 years ago
Verified
5d19ce270f0aa46d3661aaef0d792d07216a4457

Add licence file to allow reuse

ppd95 committed 4 years ago
Unverified
4e2e486850994b3278b34726bf1640d9b5ad38f6

Adjust API for ContinuityCameraStartView

ppd95 committed 4 years ago
Unverified
91614dfe3f21ae9fb142fafbcd8de7f31ef9899e

Improve PDF image readability: add white background

ppd95 committed 4 years ago
Unverified
5c94993d224cee8e1357541b9068dd22ac20db8d

Improved Drag & Drop handling

ppd95 committed 4 years ago
Unverified
408897027dcc1b4eb406b254ab40d3ee4b1e924c

Adding README with demo screencast

ppd95 committed 4 years ago

README

The README file for this repository.

Continuity Camera

This is another learning project where I investigate how I can incorporate the "Continuity Camera" API, available in macOS to easily take pictures and scan documents, into SwiftUI.

It was inspired by Apples developer article: Supporting Continuity Camera in Your Mac App which shows how to incorporate it into an AppKit app.

Demo

This demo app shows an alternative way to import an image into your app. It shows the apps main window into which files can be dragged, or the "Continuity Camera" can be triggered by using the context action on the second button.

Demo video