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
I could verify the bug on master. It does not exists in the app store release so it has been introduced since this point. If you have a fix please feel free to push a PR :-).
Steps to reproduce:
The app crashes:
The endEditing selector is missing:
I've searched the code and can't see how this is supposed to work.
In the
SettingsViewModel
there are methods for:func didUpdate(pitch: Float) -> Float?
func didUpdate(yaw: Float) -> Float?
func didUpdate(thrust: Float) -> Float?
But they aren't called anywhere...
Can anyone explain why this is the case? Am I missing anything?
I think the most obvious thing to do is create new actions for the 3 UITextFields and call the ViewModel from there or implement UITextFieldDelegate.
The text was updated successfully, but these errors were encountered: