SwiftUI Alerts - Buttons, TextFields, & Passing Errors

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

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

  • @seanallen
    @seanallen  9 месяцев назад +1

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

  • @toddmarshall2925
    @toddmarshall2925 Месяц назад

    I needed to learn about error alerts so the first place I went was to Sean's RUclips page and searched for error handling. Sean Allen always comes through!

  • @joalux
    @joalux 9 месяцев назад +2

    Great tutorial, just what i was looking for

    • @seanallen
      @seanallen  9 месяцев назад

      Glad it helped :)

  • @MassonLifestyle
    @MassonLifestyle 3 месяца назад

    So Sean this is completely different from the Appetizers lesson correct? So I would use this vs. the Appetizers App way?

  • @sashlandia
    @sashlandia 8 месяцев назад +1

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

  • @cfa532
    @cfa532 9 месяцев назад +1

    Exactly what I wanted to hear about🥳

  • @sergiovinhal5934
    @sergiovinhal5934 6 месяцев назад

    Thank you !

  • @Jannemandevries
    @Jannemandevries 9 месяцев назад +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  9 месяцев назад +1

      I didn't know this. Thanks for sharing.

    • @dominikgrodl7822
      @dominikgrodl7822 9 месяцев назад

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

    • @Jannemandevries
      @Jannemandevries 9 месяцев назад

      @@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.

  • @El_Batono
    @El_Batono 9 месяцев назад +1

    thx, do more videos for creating ui components

  • @AveryNosen
    @AveryNosen 9 месяцев назад +1

    Thanks Sean!!!

    • @seanallen
      @seanallen  9 месяцев назад

      Happy to help 👍

  • @NATAR160
    @NATAR160 5 месяцев назад

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

  • @JasonMitchellAZ
    @JasonMitchellAZ 9 месяцев назад +1

    So easy.

    • @seanallen
      @seanallen  9 месяцев назад +2

      Love the new iOS 15 way of doing these.

  • @nileshjdarji
    @nileshjdarji 9 месяцев назад +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.