From Slow to Fast: Profiling SwiftUI Applications for Peak Performance - SwiftUI Testing Tutorial 1

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

КОМЕНТАРІ • 11

  • @soullesessess
    @soullesessess 8 місяців тому +6

    Great to see you back! You are probably one of the best SwitUI instructors on UA-cam currently

  • @ConanChou1412
    @ConanChou1412 3 місяці тому +1

    the best @self vs @identity explanation! thank you

  • @rDivaDuck
    @rDivaDuck 8 місяців тому +1

    Love the animated identity changed modifier, never seen a trick like that

  • @AndrewDChristie
    @AndrewDChristie 8 місяців тому

    Thanks!

  • @dmitriy6757
    @dmitriy6757 8 місяців тому

    Welcome back Karin 😀

  • @marceljaeger
    @marceljaeger 8 місяців тому

    Very interesting video!

  • @Shane-rh3wu
    @Shane-rh3wu 8 місяців тому

    Learnt a lot from this, thank you!

  • @indiekiduk
    @indiekiduk 8 місяців тому

    If you use non-optional @State with a class type there is a memory leak because the States’s initial object is recreated every time the View struct inits. The fix is to make an optional State and init it in onAppear. However if you just use the built in .task for your timer, then you can avoid the class completely and no more problems!

  • @sashasizganov1051
    @sashasizganov1051 8 місяців тому

    thanks!

  • @victorriurean
    @victorriurean 8 місяців тому