How to use Arrays and Sets in Swift | Swift Basics #13

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

КОМЕНТАРІ • 12

  • @DouglasRutledge
    @DouglasRutledge 24 дні тому

    As you mentioned, SET is not normally used. So I had to come back and rewatch this 'amazing' :) video. Great job! Then it clicked... again

  • @charity4613
    @charity4613 Рік тому +6

    I'd love to see more tutorial series' where you create apps to completion. I find those to be the most helpful videos on your channel. Thanks for all you do!

  • @arunvasantharajan440
    @arunvasantharajan440 10 місяців тому

    please Add closures and generics and other complex topics as well, you are a great Teacher, Thank you Nick

    • @SwiftfulThinking
      @SwiftfulThinking  10 місяців тому +1

      Closures are in the Continued Learning playlist.
      These courses are in order, so you won’t need to use closures until then!

  • @cxhello
    @cxhello 12 днів тому

    Hi Nick, I was wondering what screen recording software you are using?

  • @acordafitnesstv
    @acordafitnesstv 11 місяців тому

    Another great video as always! Happy 2024 !!

  • @AdamTabiev
    @AdamTabiev Рік тому

    🙏 thanks a lot, Nick

  • @Everyday-man
    @Everyday-man 10 місяців тому

    Can you use intersections to compare more than 2 things, such as console exclusives from PlayStation, Xbox and Nintendo Switch

  • @KevinCodeingology
    @KevinCodeingology 10 місяців тому

    I have a particular question: let's say you are trying to make a sort of gacha game, so you need various 3d models, and you also need the rarity (like common, rare, legendary ecc, which would be the droprate of those models when you try to get them)
    in this case, would arrays be the best choice to insert all the 3d models in? even tho there are like over 100 of them?
    And what about the rarities? Should you make a struct with the rarities variables or an enum is a better choice? or perhaps another array yet again?

  • @SemRosto-b9z
    @SemRosto-b9z Рік тому

    💪

  • @30guarino
    @30guarino Рік тому

    ‘Index of range’ = nightmare … I don’t know how many times I had this crash