How to use Tuples in Swift | Swift Basics #7

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

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

  • @gccount
    @gccount 11 месяцев назад +1

    so clear, so intuitive

  • @vinothkamli7590
    @vinothkamli7590 Год назад +6

    Keep Rocking 🔥... Good Explanation ❤

  • @CMessineo
    @CMessineo 10 месяцев назад

    Very cool. Liked this a lot.

  • @shisuiuchiha2137
    @shisuiuchiha2137 Год назад +1

    Hi I watched the first 7 Videos and I have to say, that I love you guides. Thank you❤.
    I m a beginner and I can’t rly imagen how I use what I learned, but I think I understand slowly the main Idea each Video.
    Thank you for your work in the Videos❤

  • @leneil46
    @leneil46 Год назад

    Excellent work

  • @denaktepe
    @denaktepe Год назад

    The best!

  • @wahhmann123
    @wahhmann123 Год назад

    Question, how did you wrap the selected text in parathensis at 4:41?

    • @brandonmorrison5340
      @brandonmorrison5340 Год назад +1

      If you select text, then press the left parenthesis (. Saw this in another video and it's come in handy!

  • @nh281
    @nh281 26 дней назад

    There may be some updates/problems as I am trying your code a year after this was posted. On line 11 there is a error showing saying 'Main actor-isolated var 'userName' can not be referenced from a nonisolated context'. This error comes up for line 14 as well. I'm researching what all this means, but thought I would post this here anyways.

    • @SwiftfulThinking
      @SwiftfulThinking  26 дней назад +2

      With the release of Xcode 16 is a new compiler for Swift 6. This compiler is more restrictive and wants to make sure that all of your code is correctly running on the "MainActor". This is the default, but now we need to explicitly tell the compiler anyway. Just put "@MainActor" before a func or var and it should work just the same.

    • @nh281
      @nh281 26 дней назад

      @SwiftfulThinking awesome, thank you!

  • @laurentbennis
    @laurentbennis Год назад

    Hi There Could I applied Turples to ForEach loop to Pass Multiples Data in one ?

  • @Yeisking369
    @Yeisking369 10 месяцев назад

    So I noticed my return, true, and false are defaulting to “RETURN , TRUE, FALSE” what does that mean?

  • @Declan-Jo6n
    @Declan-Jo6n Год назад

    the best