Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add accessibility identifier to Apple Pay pre-page root view (#1963)
# Summary Our current system to build accessibility identifier in runtime doesn't really work nicely when root view doesn't have an identifier. `PreApplePayView` is an "orphan" view that is presented using abstract `ADYViewController` and doesn't have and shouldn't have any accessibility logic. It's up to a child view to decide and while we don't have many such cases, it seems to be one of them. ## Before `<Adyen.PreApplePayView: 0x103374f00; frame = (0 0; 0 0); layer = <CALayer: 0x60000036b900>>.applePayButton` ## After `adyen.preApplePay.applePayButton` # Ticket <ticket> COIOS-000 </ticket>
- Loading branch information