PSFeedbackManager

A lightweight SwiftUI library that allows users to send feedback via email.
The feedback manager creates an email message containing the selected topic (question, request, bug report, or other), the user’s message, up to 5 optional image attachments, device info (model name and OS version), and app info (app name, version, and build).
PSActivityImageViewController
This view controller allows you to share an image the same way as a normal UIActivityViewController
would, with one bonus: The image is actually shown on top of the UIActivityViewController
with a nice blurred background.