SlideOverCard icon indicating copy to clipboard operation
SlideOverCard copied to clipboard

A SwiftUI card view, made great for setup interactions.

Results 16 SlideOverCard issues
Sort by recently updated
recently updated
newest added

Hi, I have iOS 15 and iPhone 13 Pro, the card that appears on my screen touches the edges of the screen and has no padding on left, right and...

Just as when using `SlideOverCard`, add the `dismissOnTapOutside` parameter to the `.present` function of the `SOCManager`.

When adding the `onDismiss` completion block using the SOCManager, it seams that it doesn't get triggered.

Version: `SlideOverCard` 2.0.0, Xcode 13.3 Issue: Unnaturally fast animation when displaying a card using `SOCManager.present` vs ` .slideOverCard(isPresented`. I would expect both versions to display the card at the same...

Is there a way you can make it, so a tap outside of the card dismisses it. Thanks!

Hi, I would like to use this in Swift Playgrounds? I was thinking that the best way to do this was copy and paste the source files, but I'm not...

If I tried to present a card using the SOCManager from a Sheet, it doesn't work. Sample Code: ``` struct ContentView: View { @State private var isShowingCard: Bool = false...

Could we configure whether the underlying view is being dimmed or not?

hello, i'm countered with 5 errors, one of the error was Generic parameter 'Style' could not be inferred anyone can help?

would be great to be able to use the card as a popup

enhancement