You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
Given I've correctly guessed the current spot
And I have 5 seconds left to create a new spot
Scenario 1
And I am still on the "check guess" screen when the timer runs out
Then the clock animates it's position up a bit, and stays presented in the view as expected.
Scenario 2
And I press the "I'm at my new spot" button
So that I am no longer on the "check guess" screen when the timer runs out
And when I hit back to look at the "Check guess" screen
Then I see that the "times up" animations have triggered
But there is no visible timer
Note however, that the view is there according to the xcode view inspector.
You can tell this is the view because of the "text: 00:00" attribute on the right panel. But why is it not visible?
Background:
Given I've correctly guessed the current spot
And I have 5 seconds left to create a new spot
Scenario 1
And I am still on the "check guess" screen when the timer runs out
Then the clock animates it's position up a bit, and stays presented in the view as expected.
Scenario 2
And I press the "I'm at my new spot" button
So that I am no longer on the "check guess" screen when the timer runs out
And when I hit back to look at the "Check guess" screen
Then I see that the "times up" animations have triggered
But there is no visible timer
Note however, that the view is there according to the xcode view inspector.
You can tell this is the view because of the "text: 00:00" attribute on the right panel. But why is it not visible?
Maybe related to this? http://stackoverflow.com/questions/25618322/presented-view-controller-disappears-after-animation-using-custom-uiviewcontroll
The text was updated successfully, but these errors were encountered: