SharedKit Overview
The SharedKit Module is designed to incorporate code that is shared between multiple modules in your app. It is included within all other modules and is a collection of useful helpers, view modifiers, and logic elements. SharedKit is a required SwiftyLaunch Module and is included in all generated projects.
Here's an overview of what you get out of the box with SharedKit:
- Ability to easily ask for user permissions: Ask for Camera, Microphone or Location access with a single function. Read more.
- Ability to ask a user for a review: Ask the user to review your app on the App Store. Read more.
- An easy way to lock actions behind Face ID or Touch ID: Lock sensitive actions behind with biometric authentication. Read more.
- Easy-to-use Haptic Feedback with a single function: Add interactivity to your app with haptics. Read more.
- Definition of Constants: A collection of constants that are used throughout the app. Read more.
- Ability to show in-app notifications show in-app notifications and alerts to the user to communicate important information. Read more.
- A solid UI foundation for the app: A collection of SwiftUI views, styles and UI elements to make your app stand out. Read more.
- A collection of Extensions, Helpers, Views and View Modifiers: A collection of useful code blocks for your app.