swiftui-pipify icon indicating copy to clipboard operation
swiftui-pipify copied to clipboard

A SwiftUI component for launching custom picture-in-picture experiences

Results 17 swiftui-pipify issues
Sort by recently updated
recently updated
newest added

Try to run the example project on macOS 13 Beta 5 (build number: 22A5321d), then it crashed on startup with `EXC_BAD_ACCESS` error, log below: ``` log 2022-08-16 02:05:10.214520+0800 Sample[18556:300581] [User...

bug

SwiftUI redraws views often, this is a big part of it's architecture to allow for quick and dynamic updates to views. Unfortunately, this causes issues with Pipify because it regenerates...

Alongside a much richer sample app with numerous examples showing the different capabilities, we also want to provide a DocC documentation bundle with rich real-world examples with simple to follow...

good first issue

Currently we do not enforce the `isSupported` check - it would be logical to move this up into the PipifyModifier so we're not adding extra load onto unsupported devices. We...

good first issue

This library definitely relies on a few 'tricks' and so it's going to be an interesting challenge to add a number of UI and snapshot tests to prove that it...

Currently this component requires the latest versions of iOS 16, macOS 13 and so on. This is mostly down to the usage of the ImageRenderer system which was newly released...

FYI, we just discovered that images in P3 colorspace don't work for some reason.

bug

Maybe we should return if the pip window is small, medium or large instead of just the value? Since it will depend on the ratio compared to the screen, and...

What changes are necessary for us to fully support audio playback? Is this something we need to do or can clients control this themselves? At a bare minimum, we should...

help wanted

This component does not currently have any accessibility considerations. As we are converting an accessible view into an image and then a video stream, the original accessibility metadata is lost....

help wanted