The top bar is black when opening the Payment and Shipping screens.

self.paymentContext.presentPaymentOptionsViewController()
self.paymentContext.presentShippingViewController()
iOS 13.1
Cocoapods
iPhone X
Stripe 16.0.7
Hi @odedharth,
Thanks for the report! We're working on a fix now.
Thanks for the quick response. Seems that there is still a minor glitch, see it at the end of the video:
https://www.dropbox.com/s/v5sgbqntxb7o18d/RPReplay_Final1568066190.mov?dl=0
Thanks, I'm trying to repro it now. We should have a fix soon.
@odedharth I can't reproduce this exact issue locally, but can you try setting theme.translucentNavigationBar = YES on your STPTheme and let me know if it resolve the glitch for you? I'm seeing some similar graphical issues related to that setting on iOS 13.
@davidme-stripe this fixed it, thanks!
Thank you! I think we'll make that the default in the next version.
This has been fixed in Stripe SDK 17.0.1.
Most helpful comment
@odedharth I can't reproduce this exact issue locally, but can you try setting
theme.translucentNavigationBar = YESon your STPTheme and let me know if it resolve the glitch for you? I'm seeing some similar graphical issues related to that setting on iOS 13.