GitXplorerGitXplorer
p

SwiftUI-Continuity-Camera

public
19 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
4028c708308830d2c4b421698d4e3a41e3c80028

Make ContinuityCameraStartView resizable and usable in background layer

ppd95 committed 4 years ago
Unverified
a28083bd1e4684e5343a714d6d9a1c88f9e7ec2d

More light-weight solution: View instead of ViewController

ppd95 committed 4 years ago
Unverified
e3987c704579ef74f862855860a8fc1a25953b37

Simple hackt prototype to allow using Continuity Camera in SwiftUI

ppd95 committed 4 years ago
Unverified
48526121705cdf849f1b2c369472c7da67f8acce

Initial Commit

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