OTPFieldView icon indicating copy to clipboard operation
OTPFieldView copied to clipboard

One Time Password View for iOS. Built in Swift 5

Results 25 OTPFieldView issues
Sort by recently updated
recently updated
newest added

Added functionality to modify text color.

I have a use case where we send OTP to server. User can manually edit the OTP in OTPFieldView. If server gives message OTP is wrong, we need to show...

Hello I am using your code in one of the project. And in my project one of the requirement is to copy paste OTP. So If User copy OTP from...

hello there, i am using your code for a project and right now i'm getting stuck on how to close copy and paste in textfield and another thing is when...

I'm trying to implement OTPFieldView Delegation with SwiftUI but no luck. Is there anyone who successfully implemented this repo? My test: ``` import SwiftUI import OTPFieldView struct OTP: UIViewRepresentable{ func...

Added Package.swift for Swift Package Manager support.

I am changing the border color and it is working fine in simulator but in iPhone it is not getting the border color. There is border color on simulator but...

// Forcefully try to make first otp field as first responder (viewWithTag(1) as? OTPTextField)?.becomeFirstResponder() On this line app being crash . Please let me know how could i fix it

Please help me review this feature. In case the developer wants to get OTP from a deep link. They can use this function to pass the code programmatically