OTP Textfield in SwiftUI | OTP Pin Fields

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 11

  • @gunseliunsal9100
    @gunseliunsal9100 10 днів тому

    Thank you! That's what I was looking for :)

  • @ashtheproducer
    @ashtheproducer 22 дні тому

    Helpful

  • @user-ee8yr7pl1d
    @user-ee8yr7pl1d 6 місяців тому +1

    but if the box is empty and we try to press cross button, it didn't go back to previous box. how to manage this?

  • @Sivasli-58
    @Sivasli-58 Рік тому

    Hello Wes Chua, thanks for this Tutorial this helps me a lot. I have a Question,
    For example we have put in these Numbers: 1 2 3 4 5 6
    If we delete the Number 3 and go into 4 like 1 2 (4) 5 6 and try do delete it will be stuck at index 3 and do not delete 1 and 2
    I hope u have understand what i mean 😅

  • @zaptainzi8893
    @zaptainzi8893 6 місяців тому +1

    So great!

  • @vivekindra9860
    @vivekindra9860 6 місяців тому +1

    Helpful. thanks!

  • @user-tj5dr3ws1y
    @user-tj5dr3ws1y Рік тому

    Hello, Thanks for the tutorial. It's amazing work. 🙏
    Will please suggest, how can i
    1. Avoid entering special characters?
    2. Enable/Disable copy/past options to the TextFiled?
    Thanks :)

  • @stephanieceline3605
    @stephanieceline3605 Рік тому

    Thank you! Amazing

  • @josejaimefelixgarciagarcia8884
    @josejaimefelixgarciagarcia8884 7 місяців тому

    If I receive the text, will it automatically fill out the fields?

    • @weschua
      @weschua  5 місяців тому

      No, we didn’t implement the logic here. We only created the UI for that.