SwiftMonkey
SwiftMonkey copied to clipboard
Find out how to do device rotations using XCTest private API
Currently, the event generation using XCTest private APIs does not generate device rotations, even though there seems to be an option for this. I have not been able to figure out how to do this, but it should be possible somehow.
Why are you not inclined towards doing device rotation using public API? I am doing that in my test project.