wil*_*321 6 user-interface ios xcode-ui-testing
对于我的应用程序,我正在尝试运行一个基本的 UI 测试,以确定当实际设备旋转时视图是否保持固定的方向。我知道如何模拟物理旋转(使用 UIDeviceOrientation),但是有没有办法获得实际视图的方向?
小智 2
您可以使用这条线获取方向
XCUIDevice.sharedDevice().orientation
Run Code Online (Sandbox Code Playgroud)