PassCodeInput
PassCodeInput copied to clipboard
A Pass Code like Input implemented using SwiftUI
When I click on the Run button in Xcode, I'm getting the following error message `the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment...
Hi, I want to implement the feature where user receive OTP via text and it Autofills the textfields. Right now what's happening is I get the OTP via text and...
I've received a log in my crashlytics console that I have not been able to reproduce. Apparently the app is crashing when executing `becomeFirstResponder`, have anyone seen this error?. Here...
Steps to produce: - Launch the app (Simulator or device) - Hit the button on the top left hand side of the navigation view with the title "Modal View" -...
A customer has reported issues with this and this is to be investigated for issues
Reported Issues: - In a secondary pushed in view the app crashes When prototyped in the app: - The model was updating but the cell first responder won't change cells...
This covers the use case where the pin code has - a certain format e.g EEE222 - restrict the keyboard to a range of characters - present the appropriate keyboard...
- User enters a character is navigated to the next cell - User presses back space or touches an arbitrary cell to enter text - The cell would already have...