ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

SwiftUI Alerts - Buttons, TextFields, & Passing Errors

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 19

  • @seanallen
    @seanallen  4 หลายเดือนก่อน +1

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

  • @joalux
    @joalux 4 หลายเดือนก่อน +2

    Great tutorial, just what i was looking for

    • @seanallen
      @seanallen  4 หลายเดือนก่อน

      Glad it helped :)

  • @Jannemandevries
    @Jannemandevries 4 หลายเดือนก่อน +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  4 หลายเดือนก่อน +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.

  • @sergiovinhal5934
    @sergiovinhal5934 หลายเดือนก่อน

    Thank you !

  • @nileshjdarji
    @nileshjdarji 4 หลายเดือนก่อน +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.

  • @NATAR160
    @NATAR160 25 วันที่ผ่านมา

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

  • @cfa532
    @cfa532 4 หลายเดือนก่อน +1

    Exactly what I wanted to hear about🥳

    • @seanallen
      @seanallen  4 หลายเดือนก่อน

      Nice!

  • @sashlandia
    @sashlandia 3 หลายเดือนก่อน

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

  • @El_Batono
    @El_Batono 4 หลายเดือนก่อน +1

    thx, do more videos for creating ui components

    • @seanallen
      @seanallen  3 หลายเดือนก่อน

      Will do!

  • @AveryNosen
    @AveryNosen 4 หลายเดือนก่อน +1

    Thanks Sean!!!

    • @seanallen
      @seanallen  4 หลายเดือนก่อน

      Happy to help 👍

  • @JasonMitchellAZ
    @JasonMitchellAZ 4 หลายเดือนก่อน +1

    So easy.

    • @seanallen
      @seanallen  4 หลายเดือนก่อน +2

      Love the new iOS 15 way of doing these.