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

I've downloaded the example project in the readme (https://github.com/aheze/Popovers/raw/main/Examples/PopoversXcodeApp.zip) and opened it from where it was downloaded (~/Downloads), and it caused Xcode to hang for a long time. It opened...

bug

Have you seen this brand new API? I have built similar and much simplier popovers on this API. If you are interested, I'd be happy to talk and possibly somehow...

enhancement

```swift $0.dismissal.mode = .none ``` When setting this mode, the popover will always stick around even when the presenting parent view disappears. Is this as intended?

I thought this was a helpful fill-in for porting my macOS SwiftUI app to iOS, however I'm unable to include this SPM package in a project which builds for both...

https://github.com/aheze/Popovers/blob/47b82f57f7b1e56e962cf9047e9b6ceddf52d294/Sources/Templates/Shadow.swift#L26-L31 Hello. I'm try to intergrade a popover for custom SwiftUI control. I notice the shadow template is implement with `.label` color. This color works well in Light Mode. But...

enhancement
good first issue

Put a ScrollView inside Menus and can not scroll.

enhancement

Trying to show a popover as soon as a view appears. @State var showingPopover: Bool = false var body: some View { Button { showingPopover.toggle() } label: { Image(systemName: "questionmark.circle")...

help wanted
low priority

![上传截屏2022-05-04 00.13.12.png...]() The source of the problem to be detected

need more details

Hi, after running the example app and trying out the standard showroom I've noticed the following: ![Standard arrow](https://user-images.githubusercontent.com/4563901/172191316-6ec3c084-dddd-4589-813f-cb25827491df.png) The arrow extends over the rounded corner. Looking at the code it...

bug

Use SwiftUI API can auto alert when page first loaded, but your code cannot. SwiftUI API code: @State private var showAlert = true VStack(spacing: 0) { Text("首次启动弹出弹窗") } .alert("title", isPresented:...

enhancement