Rafael Arôxa

Results 2 issues of Rafael Arôxa

After following all the steps, and when it was time to build and run the tests on `RootRouterTests.swift`, the code wouldn't compile because `LoggedInInteractableMock` did not implement the `gameDidStart` method...

iOS

According to the documentation, UIDeviceOrientationLandscapeLeft and UIInterfaceOrientationLandscapeLeft are not the same. In fact, they are the exact opposite. Take a look at the definition of UIInterfaceOrientation: ``` // Note that...