Skip to content
New issue

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 #84

Open
PratikCDI opened this issue Jul 26, 2022 · 2 comments
Open

0 not showing on keypad over 15.3 iOS version #84

PratikCDI opened this issue Jul 26, 2022 · 2 comments

Comments

@PratikCDI
Copy link

0 not showing on keypad over 15.3 iOS version

@fysteven
Copy link

This seems to be a bug with Xcode, not the code itself.

@Komilisakov
Copy link

In file PasswordInputView.swift above the line label.text = numberString add if (numberString == "") {
numberString = "0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants