braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
556 stars 290 forks source link

Fix Button Overlap on `ShopperInsightsViewController` #1338

Closed jaxdesmarais closed 2 weeks ago

jaxdesmarais commented 2 weeks ago

Summary of changes

Visuals

Before After
Simulator Screenshot - iPhone SE (3rd generation) - 2024-06-17 at 14 29 32 Simulator Screenshot - iPhone SE (3rd generation) - 2024-06-17 at 15 46 33
Simulator Screenshot - iPhone 15 Pro Max - 2024-06-17 at 11 19 31 Simulator Screenshot - iPhone 15 - 2024-06-17 at 15 47 59

Checklist

Authors

scannillo commented 2 weeks ago

Ah, I think this squished our PayPal ViewController (iPhone 12 mini)

IMG_0367

jaxdesmarais commented 2 weeks ago

@scannillo AH 🙈. It looks like there is also a constraints issue on that view controller so we should tackle both of those in a separate PR.