-
Notifications
You must be signed in to change notification settings - Fork 93
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
How to use this library with SwiftUI? #38
Comments
Hi @bhavitha-fission, I have yet to provide support for SwiftUI. Will work on this soon - please stay tuned. Thanks. |
+1 also need it in Swift UI |
Hi, Any update on this? |
@bhavitha-fission I'm working on it. Will be a little while before I have this up and working on SwiftUI. Please stay tuned. |
import SwiftUI struct OTPWithKAPin: UIViewRepresentable {
} And use this with your swiftui OTPWithKAPin(numberofElement: 4) { (pin) in |
How to use this library with SwiftUI?
The text was updated successfully, but these errors were encountered: