Last active
June 25, 2020 23:43
-
-
Save rotemmiz/6ce3f5a7123f0ea15a2d13ae35e198d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
elementSafeBounds: { y: 0, x: 0, width: 375, height: 17 }, | |
label: 'Tap Me', | |
frame: { y: 84, x: 0, width: 375, height: 17 }, | |
activationPoint: { x: 187, y: 8 }, | |
text: 'Tap Me', | |
elementBounds: { y: 0, x: 0, width: 375, height: 17 }, | |
visible: true, | |
normalizedActivationPoint: { x: 0.5, y: 0.5 }, | |
enabled: true, | |
hittable: true, | |
elementFrame: { y: 40, x: 0, width: 375, height: 17 }, | |
safeAreaInsets: { right: 0, top: 0, left: 0, bottom: 0 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment