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!
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.
@@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.
Learn more with my iOS Dev courses at seanallen.teachable.com
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!
Great tutorial, just what i was looking for
Glad it helped :)
So Sean this is completely different from the Appetizers lesson correct? So I would use this vs. the Appetizers App way?
Спасибо большое, что помогли разобраться с Alerts
Exactly what I wanted to hear about🥳
Nice!
Thank you !
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.
I didn't know this. Thanks for sharing.
Out of curiosity, when is that an issue? Is it just the aesthetics of it, or something else entirely?
@@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.
thx, do more videos for creating ui components
Will do!
Thanks Sean!!!
Happy to help 👍
Kindly increase the fontsize of ur XCode, maybe to 36.
So easy.
Love the new iOS 15 way of doing these.
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.