Build a FaceID Authentication System in SwiftUI

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 27

  • @richardmurrills1708
    @richardmurrills1708 10 месяцев назад

    Thank you, I found this really useful. I've been struggling to work out how to get my app to ask for login every time the app is minimised and this helped with that - I simply checked to see if the app was moved to the background rather than building a logout button.

  • @semilife
    @semilife 2 года назад +1

    Thanks so much Stephanie for fast paced detailed and informative walkthrough of Authentication on iOS devices. Glad to see the informative comments in your source code as I requested previously.

  • @ljubomir_micic
    @ljubomir_micic 2 года назад

    Favourite SwiftUI RUclips channel 😄

  • @Timon460
    @Timon460 11 месяцев назад +1

    don't know the reason but it's not showing up images. it's should use sf symbols but button just blank - no image, no text. same situation at real device and simulator. canvas shows fine. did download project from github just make sure it's doesn't work

  • @mindrhythminc.2609
    @mindrhythminc.2609 2 года назад

    Thank you Stephanie! Very clear and through explanation of a complicated topic. Cheers!!

  • @fierce2410
    @fierce2410 2 года назад

    You rock Stephanie! This was really helpful!
    One question. At 25:40 when you used Task.init, what is the difference between using Task.init and just Task?

  • @nancyh4415
    @nancyh4415 2 года назад

    This content is a lifesavior! Thanks!

  • @LeviM337
    @LeviM337 2 года назад

    Amazing content! You’ve got a new subscriber

  • @noelkumar121
    @noelkumar121 2 года назад +1

    Hello, this was a great video! Can you tell me where you got the authenticator icons though?

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +2

      Hi! If you meant the icon of the app itself, it's from shape.so/. If you meant the FaceID and TouchID icons, they're from SF Symbols (developer.apple.com/sf-symbols/)
      - Stephanie

  • @SwadikaWarriorYT
    @SwadikaWarriorYT 2 года назад +1

    Thak you , can you make a video on in-app purchases contents and subscriptions ?

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +1

      Hi! Thanks for your suggestion, we'll try to cover this tutorial in the future!

  • @9mikaela
    @9mikaela 2 года назад +1

    what editor do you use? or theme

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Hi! I'm using Xcode and the theme is Default (Dark)
      - Stephanie

  • @chiragpancholi8436
    @chiragpancholi8436 2 года назад +1

    can you suggest how to install Xcode in windows 10 or suggest any direct link where xcode setup get easily.!!

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Hi! Unfortunately, Xcode is only available on Mac computers. 😬
      - Stephanie

    • @chiragpancholi8436
      @chiragpancholi8436 2 года назад

      @@DesignCodeTeam that i know i check thats why im asking for solution because i want to try this 🥺

  • @nicoletti2000
    @nicoletti2000 2 года назад +1

    I don't get why private(set) so much

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +1

      Hi Hudson, private(set) means that the variable can only be set within the class or struct it's defined it. It's good to restrict the setter of the variables so we cannot modify it from external files.
      - Stephanie

  • @rafaelplinio6527
    @rafaelplinio6527 Год назад

    Thread 1: Fatal error: No ObservableObject of type found. A View.environmentObject(_:) for may be missing as an ancestor of this view.
    To fix this error, change all the authenticationManager inside the SWITCH (LoginView) statement to AuthenticationManager(). I don't know why it happened to me, maybe xcode version, who knows.

  • @marekroslik7412
    @marekroslik7412 2 года назад

    I have a problem. "Trailing closure passed to parameter of type 'NSManagedObjectContext' that does not accept a closure" (.onTapGesture { Task.init{...}). file - LoginView

  • @GabrielPalOfficial
    @GabrielPalOfficial 2 года назад +1

    The 3 links for the written version of this tutorial are redirecting to the home page.

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Hi Gabriel! The links should work now! Thanks for reporting it
      - Stephanie

  • @Prabhashana
    @Prabhashana 2 года назад +1

    Dream job iOS developers 💕

    • @tariqAlmazyad
      @tariqAlmazyad 2 года назад

      I am living your dream now , and it is awesome ✌🏻😅❤

    • @Prabhashana
      @Prabhashana 2 года назад

      @@tariqAlmazyad 😊😂💕

  • @rus151980
    @rus151980 Год назад

    Cute and smart girl!