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

If I have a list of objects, of which each object is your Menu, then the list is not scrollable. Any solution? thank you so much

When attaching a popover to a view inside a scrollView, the popover will remain at fixed position when scrolling. It seems to be impossible to let the popover follow the...

Hi, The menu style not support RTL for example if the button on the right , the menu will appear on the left of the view not under the button...

Because of this project's change in January to remove the view controller container for popovers, `Menu` fails inside popovers with this error (for my project): ``` 2022-12-06 13:49:31.731374+0900 ManabiReader[10408:14471610] [Assert]...

Hi, 1st : I notice that I cannot use Foreach I hope this change in the future as what Apple did with SwiftUI Menu 2nd : I notice I cannot...

I noticed that if I present a menu, dismiss it and then present it again - the last menu item doesn't working. I tried to debug things and noticed that...

Let's say I have a custom-made text field that updates its content binding on every user keystroke. Let's also say I have a popover that displays some options based on...

Let's say I have a popover that looks like this: ```BasicView.swift import Popovers import SwiftUI struct BasicView: View { @State var present = false var body: some View { ExampleRow(...

When adding Popovers via Cocoapods, the sources does not contain `DividedVStack`, which leads to compile issues Screenshot