GREYLayoutDirection
enum GREYLayoutDirection {}
Directions for layout specification.
-
To the left of the current element.
Declaration
Objective-C
kGREYLayoutDirectionLeft = 1 -
To the right of the current element.
Declaration
Objective-C
kGREYLayoutDirectionRight -
Above the current element.
Declaration
Objective-C
kGREYLayoutDirectionUp -
Below the current element.
Declaration
Objective-C
kGREYLayoutDirectionDown
View on GitHub
GREYLayoutDirection Enum Reference