-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftUI layout is still broken on a presentation sheet. #266
Comments
Hi @carlosdelamora, thanks for reporting this! We'll take a look and post any updates here. |
Any update on this? |
@RamblinWreck77 We don't have any updates at the moment. We're currently focused on a couple other things (namely, Swift Package Manager support and accessibility improvements). If this is something you're interested in working on, we'd be happy to review a PR for it. |
Is there any guide for Drop-in in Swift UI? I have already done the client side and a simple server but I don't know how to send the nonce to my server and test it |
Hi @JavierMazarioPicazo - no we don't officially offer SwiftUI support yet (nor have a guide) though it is something we are looking into. If you already have the client-side UI set up and your server set up, then you should send your nonce to your server the same way you would with a UIKit integration. You can see our docs for an example of that here. |
Integration Details (please complete the following information):
Describe the bug
The presentation of a
BTDropInController
using thesheet
SwiftUI property has a jumpy presentation. This bug is related to #202To Reproduce
Steps to reproduce the behavior:
This is the code for
UIViewControllerRepresentable
This is the code to present the view controller
Expected behavior
Expected to show the
DropInRespresentable
view with a correct layout.Actual behavior
The
DropInRespresentable
view shows full screen then abruptly shrinks to the correct size.Screenshots
RPReplay_Final1611510732.MP4
The text was updated successfully, but these errors were encountered: