We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0 not showing on keypad over 15.3 iOS version
The text was updated successfully, but these errors were encountered:
This seems to be a bug with Xcode, not the code itself.
Sorry, something went wrong.
In file PasswordInputView.swift above the line label.text = numberString add if (numberString == "") { numberString = "0" }
No branches or pull requests
0 not showing on keypad over 15.3 iOS version
The text was updated successfully, but these errors were encountered: