SwiftUI Alerts - Buttons, TextFields, & Passing Errors

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

КОМЕНТАРІ • 19

  • @seanallen
    @seanallen  5 місяців тому +1

    Learn more with my iOS Dev courses at seanallen.teachable.com

  • @nileshjdarji
    @nileshjdarji 5 місяців тому +2

    Also if you have only one button with role n your alert, you don’t need another button to show Cancel. You get Cancel for free.

  • @Jannemandevries
    @Jannemandevries 5 місяців тому +3

    What annoys me is that the alert buttons have a 400ms callback delay, while the closing animation is only 300ms. I managed to fix this (in UIKit), along with a couple of other quirks.

    • @seanallen
      @seanallen  5 місяців тому +1

      I didn't know this. Thanks for sharing.

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

      Out of curiosity, when is that an issue? Is it just the aesthetics of it, or something else entirely?

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

      @@dominikgrodl7822 If the callback code changes the ui it does it a bit too late imho making it feel sluggish. I'm close to a fix that also works on SwiftUI so stay tuned.

  • @NATAR160
    @NATAR160 Місяць тому

    Kindly increase the fontsize of ur XCode, maybe to 36.

  • @joalux
    @joalux 5 місяців тому +2

    Great tutorial, just what i was looking for

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

      Glad it helped :)

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

    Спасибо большое, что помогли разобраться с Alerts

  • @El_Batono
    @El_Batono 5 місяців тому +1

    thx, do more videos for creating ui components

  • @sergiovinhal5934
    @sergiovinhal5934 Місяць тому

    Thank you !

  • @cfa532
    @cfa532 5 місяців тому +1

    Exactly what I wanted to hear about🥳

  • @JasonMitchellAZ
    @JasonMitchellAZ 5 місяців тому +1

    So easy.

    • @seanallen
      @seanallen  5 місяців тому +2

      Love the new iOS 15 way of doing these.

  • @AveryNosen
    @AveryNosen 5 місяців тому +1

    Thanks Sean!!!

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

      Happy to help 👍