SwiftUI has proven to be a really awesome new framework to build and design apps in a quick and reliable way. Nonetheless, it is still in its infancy and Apple needs to add more support for other framework integrations as it did recently with the new Sign In With Apple button in SwiftUI 2.0. In this project we’ll learn how to integrate AVFoundation’s AVCameraSession with SwiftUI so we can create reusable, extendable modern components for apps that need to use our device’s cameras.
You can download the whole example project from here. If you’d like to read the article for this project click here
This package is and will only be available trough Swift Package Manager. You can add this pacakage as a dependency in Xcode 12.
Use the following link when Xcode requests the package’s repo url:
If you want to have a custom camera using SwiftUI and not using the UIPickerController that will display the original ...
CameraView allows you to have a SnapChat-style screen on your SwiftUI app that gives a realtime view of the iPhone ...
See the swiftui branch for updates. An iOS calendar library for displaying calendar events in a week view.
RKCalendar is a SwiftUI Calendar / Date Picker for iOS. Features include: minimum and maximum calendar dates selectable, single date selection, ...