Open Source Work

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).

More info on Github.

PSActivityImageViewController

A UIActivityViewController to share images while displaying them as a nice preview.

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.

More info on Github.