Andrew Zheng

Results 61 comments of Andrew Zheng

@amjadnawaz866 it goes to a 404

Thanks! Should be pretty simple, when I get the time I'll add support. However at WWDC22 SwiftUI now automatically gets support for half-sheet overlays with [`presentationDetents`](https://developer.apple.com/documentation/swiftui/presentedwindowcontent/presentationdetents(_:selection:)) - Apple's implementation is...

That's true, thanks!

Nice, thanks @FunkyMonkey729! Comment any problems you run into here

@zalamco thanks for raising the issue! That's weird. What iOS version are you using specifically? (for example 14.5) Also there might be some crash logs - it would be really...

Screenshot of the issue: | Editor - first gif | Result - first gif | Editor - second gif | Result - second gif | | :--: | :--: |...

Similar to https://github.com/aheze/Popovers/issues/40

I’ll need to fix this later, but for now you can do “Templates.BackgroundWithArrow.arrowSidePadding = 2.5” inside an onAppear or init and it should work.

Hey! Currently no, Popovers doesn't have something like SwiftUI's [`.sheet(item:onDismiss:content:)`](https://developer.apple.com/documentation/swiftui/view/sheet(item:ondismiss:content:)). It would be a great addition though. Feel free to open a PR if you have ideas. However there is...

No solid plans for Android currently, but if anyone is willing to make an Android port, feel free to!