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

Currently I am using a UIViewRepresentable (NS for macOS) object to help with rendering a CALayer into the view hierarchy. This is because I was unable to find (in my...

help wanted

We need to do a deeper dive into memory management and general performance to ensure we're initialising objects at the ideal time to balance out the speed of launch but...

When you build the sample app or an app based on the SPM using Xcode 14.0.1, it SwiftUI PIP view seems to have been replaced by a gray view with...

I've seen those modifiers in the implementation but it doesn't seem to work, is it supposed to ? BTW is the lib even feasible to use nowadays, or is Apple...

creating pip controller and configuring audio session keeps getting called after I've added the .pipify(isPresented:). Is there any way I can resolve this?

When I add a Form and Picker, PiP fails to start. "The UIScene for the content source has an activation state other than UISceneActivationStateForegroundActive, which is not allowed." ```swift import...

Hey, first of all: Very cool project. Thanks! My question is: How can I make fonts look crisp? I tried the example and they don't look that good. Any ideas?