Popovers icon indicating copy to clipboard operation
Popovers copied to clipboard

A library to present popovers. Simple, modern, and highly customizable. Not boring!

Results 68 Popovers issues
Sort by recently updated
recently updated
newest added

Currently, `BackgroundWithArrow` has no public init. If I want to use `BackgroundWithArrow` without `Container`, it's impossible.

I'm having an issue where I'm unable to use a MenuButton twice in a row. Below is a simplified example. You will only see one print if you tap "Test1"...

bug

I put this view (a custom picker to select seconds) into the .popover in my SwiftUI project (Xcode 14.3.2): struct CustomSecondsPickerView: View { let fieldWidth = 75.0 @Binding var selectedSecond:...

`'Templates.BackgroundWithArrow' initializer is inaccessible due to 'internal' protection level` I want to use it because _Templates.Container_ dose not allow you to offset the arrow `arrowSidePadding`

hello,I have a question,How can I add check mark on the left in uikit?do you help me?

I am using popover in LazyVstack and LazyVGrid. By the way, popover doesn't show sometime. Could you help me to solve this issue? Thank you

![CleanShot 2023-03-04 at 19 13 58@2x](https://user-images.githubusercontent.com/2862724/222924821-d5143db6-72d8-4bf1-8e6a-65866991d0cf.png) In the picture attached, I have attached the popover to the last box in the grid and still the popover opens up a bit...

Hi, I'm using your library to show popover but when my app is open, I show sheet I notice the popover appear above the sheet, that mean it's above all...

First of all, awesome work! 🙌 Wanted to ask if you had a new release version planned, and if so when? Thank you