Swift News - Apple Intelligence, WWDC 24, Swift Testing, SwiftUI & More

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

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

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

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

  • @SanusiAdewale
    @SanusiAdewale 3 месяца назад +5

    I remember when swift charts launch, a friend of mine was in tears because it launched 3 days after he painfully completed a UIKit project which had charts in it , getting its data from a raspberry 😂😂

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

      Bummer for your friend, but Swift charts is amazing!

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

    What I really want is for Xcode to be able to also build Android and Windows apps from Swift/SwiftUI source.

  • @karansarin1986
    @karansarin1986 3 месяца назад +2

    SF SYMBOLS are my favorite thing too! 😄

  • @DaveJacobseniOS
    @DaveJacobseniOS 3 месяца назад +5

    Thank you Sean!

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

      No problem, Dave :)

  • @ToddHoff
    @ToddHoff 3 месяца назад +2

    People who don’t have a lot of multi threading experience may not realize just dumping everything on a mainactor thread has large implications for latency and responsiveness. It’s easy to block threads by accident. I’m curious how all this will work out.

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

      are there resources to learn more about multi threading and performance? I was shocked when I realised a side project was using 468MB of RAM, all it did was get data from an api and display it

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

      I think the expectation is that anything not part of the UI should be done on another thread

    • @aronianspigonian8589
      @aronianspigonian8589 2 месяца назад +1

      @@SanusiAdewalelet me know if you find anything too :( all I know is that UI changes go on the main thread and everything else doesn’t get priority as far as I know

    • @SanusiAdewale
      @SanusiAdewale 2 месяца назад

      @@aronianspigonian8589 I will

  • @randomjjj4034
    @randomjjj4034 3 месяца назад +1

    🔥🔥🔥

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

    Has anyone seen how to do the dark mode icons? I haven’t had any luck making that work

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

      It’s currently in Develop beta(only works with Apple’s own apps rn) , will be in the upcoming public beta, official release in September presumably

  • @codekids99
    @codekids99 3 месяца назад +1

    Keep it up 🎉

  • @vamsi3877
    @vamsi3877 2 месяца назад +1

    Thanks Sean 👏

  • @otkwass
    @otkwass 3 месяца назад +7

    still no new objective-c version... :(

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

      Sadly… objc still be something different that make me feel like I’m getting more power

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

    "Apple Intelligence" is eerily Orwellian

  • @theiosdeveloper555
    @theiosdeveloper555 3 месяца назад +1

    1st

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

    it's 2024 should i go for Uikit or swiftui

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

      If you want to be able to work on legacy codebases, learn both. There are still a lot of apps that have not been ported to SwiftUI

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

      @@Twimmy15 thanks brother can you guide me more

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

      @@riken2567 I think the general recommendation is, if you want a job *today*, then learn UIKit, but if you want to build your own apps from scratch, then SwiftUI is the way to go. SwiftUI will also help you build for all platforms from watchOS, iOS, visionOS to macOS.

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

      swiftui for your projects. If you need a job in the industry then you need both to pass interviews. 4 out of 5 job adverts are requiring UIKit