Hello,
I searched about the OTP screen a lot on youtube but people are using multiple textfields to create a OTP textbox. Could anyone give me a short explanation about from where do i need to start? I want to use a single textfield to create it.
(I am working on StoryBoard)
hi @akshayknight,
What do you mean by single textfield and multiple textfields? Do you mean like the passcode screen where you have to enter 6 digits? Do you call that 6 textfields vs 1 textfield?
You can create a single input field that drives the UI to look like 6 individual digits. This is not easily managed through Storyboard as it would require a lot of custom code to manage the input and display.
Yes exactly, i am talking about one single textfield where i can enter OTP (passcode kind of screen in 6 square blocks). By the way what do you recommend? Creating 6 different text fields or just one text field?