Auto OTP TextField | Compatible for iOS 15 & 16 | Custom TextField | Xcode 14 | SwiftUI Tutorials

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

КОМЕНТАРІ • 35

  • @helloworld4303
    @helloworld4303 4 місяці тому

    Exactly what I was looking for. Thanks a bunch!

  • @tsomuk
    @tsomuk 6 місяців тому

    Awesome content man, very useful ! Thanks !

  • @tarindau
    @tarindau 4 місяці тому

    Just brilliant. Thanks!

  • @helloworld4303
    @helloworld4303 4 місяці тому

    Follow up question: Around 5:44, you applied
    .frame(width: 1, height: 1)
    .opacity(0.001)
    .blendMode(.screen)
    to hide out the TextField().
    Wouldn't a .opacity(0) do the same? What were the added benefits having .frame() and .blendMode() specified in this case?

  • @ndrsKloss
    @ndrsKloss Рік тому +1

    High-quality content!

  • @mykytakhlamov
    @mykytakhlamov 10 місяців тому

    Great material! Thank you!

  • @christianmoreno7390
    @christianmoreno7390 Рік тому +1

    Perfect timing for my drone food delivery app. Can you make a vid on sign up process using multiple views integrated w firebase ?

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

    Good video kavsoft , I will definitely do this today itself ,now i am going to sleep

  • @designckinet
    @designckinet Рік тому +1

    Cool like always

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

    Nice video. One question: Is it possible to hide the code? Instead of showing the numbers. Where should I modify your code to achieve that?

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

      Instead of a string value, simply represent “*”

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

    Text field objects have to be foreach identified😏Swift buttons are my favorite part about swiftu, also waiting social part 3 📲

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

    I'm new to this but I had an error with the extension for setting mac length. I solved this by adding func limit(_ length: Int) -> Binding to define the return type

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

    This is awesome 😎

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

    Awesome !!

  • @psy3348
    @psy3348 Рік тому +2

    When is part 3 of the social media app coming?

    • @SOK-gn6hw
      @SOK-gn6hw Рік тому

      i am waiting 2 :D

    • @SOK-gn6hw
      @SOK-gn6hw Рік тому +1

      i tried to do on my own but i couldnt :/

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

      @@SOK-gn6hw same...I understand the basics but I absolutely don't know how to make the next step

    • @SOK-gn6hw
      @SOK-gn6hw Рік тому

      @@psy3348 i did a Post model and add user variable. and i can add post but cant use current user

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

      @@SOK-gn6hw sounds good. I think you are a few steps further than me

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

    Thank you…👍✨✨

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

    Preview crashed while entered more then 6 .

  • @SOK-gn6hw
    @SOK-gn6hw Рік тому

    Nice Video

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

    nice vid

  • @puteridamiakhaleeda7232
    @puteridamiakhaleeda7232 9 місяців тому

    my keyboard wont show up, can you help me with that 😢

    • @Kavsoft
      @Kavsoft  9 місяців тому +1

      On simulator use CMD + K to toggle keyboard.

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

    How will it fetch the recent OTP automatically?

    • @Kavsoft
      @Kavsoft  Рік тому +1

      When you set textContentType as onetime code it will display recent OTP from the Messages on the top of the keyboard

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

      @@Kavsoft thanks a lot

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

    it'd be much better if you animate auto-injection of the code.