OTPDemo
A simple Example on how to create OTP in SwiftUI
This demo depend on this article
to add First responder
I use textfield
from SwiftUIX
that allow me to use some component from UIKit as SwiftUI style
to create BottomSheet
I follow this article