Andrew Zheng
Andrew Zheng
You might need to update to Xcode 14
Give me 2 weeks π
Nice idea and fix, thanks. Will see what I can do
Hmm... I'm considering dropping iOS 13 support because `StateObject` is only iOS 14+, and is pretty important in some changes I'm working on. I'll probably make a separate archived branch...
Hmm... I've come across something similar in testing. It's probably a bug in the library - using the current `main` branch might fix it.
Hmm yeah I haven't tested out native menus inside Popovers. I actually forgot why we got rid of UIViewController, but here's the PR: https://github.com/aheze/Popovers/pull/15. I'd like to use UIViewController again...
A missing feature unfortunately. Itβs a bit tricky to implement On Sat, May 20, 2023 at 6:09 AM Patrick Horlebein ***@***.***> wrote: > When attaching a popover to a view...
Hmm, not sure β could be a problem with `screenEdgePadding` as @DavidSReich mentioned. Also try adding a `.border` to your plus button to make sure its frame actually hugs the...
Hmm yeah I haven't tested NavigationViews inside popovers. NavigationViews are kind of big so I recommend just using a `.sheet` for now, but I'll do some debugging
Yeah, the templates don't support this currently. However, this is completely possible with [`PopoverReader`](https://github.com/aheze/Popovers#popover-reader) and frame tags β check out the [Tip example](https://github.com/aheze/Popovers/blob/main/Examples/PopoversXcodeApp/PopoversXcodeApp/ShowroomFiles/TipView.swift):