SwiftUI Animations - 3 Simple Techniques (ft. Mark Moeykens)

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

КОМЕНТАРІ • 41

  • @richardn.7935
    @richardn.7935 3 роки тому +5

    What a great example to instigate more creativity when thinking of different ways to liven your storyboard!

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Yes, thanks for dropping by! :-) -Arthur

  • @ChileMamaLC
    @ChileMamaLC Рік тому +1

    So well explained. What I love about learning from Mark is how he provides the background context before and during diving into code. Off to have a look at his animation book!

  • @sujeonglim9340
    @sujeonglim9340 Місяць тому

    I'm a UIKit developer transitioning to swiftUI :) thank you for this video now I'm following up this tutorials.

  • @ThePrideOfLion
    @ThePrideOfLion 3 роки тому

    It is clearer and easier in Swift UI than any were else. So much respect for @Mark; feels great to hear that voice and watch your magic again. Thank you Chris as always.

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      Mark's just amazing! Thanks for the support, Benjamin! :-) -Arthur

  • @mohamedzakaria1618
    @mohamedzakaria1618 3 роки тому +2

    Mark has amazing teaching Method

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      Couldn't agree more with you, Mohamed! :-) -Arthur

    • @mohamedzakaria1618
      @mohamedzakaria1618 3 роки тому

      @@CodeWithChris you also give the power to everyone to start doing what they love so thanks ❤️

  • @imatricepte94
    @imatricepte94 3 роки тому +5

    Looks like you changed your camera ! I like that quality :)

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Thank you! I still have to work on that lighting though lol I'm happy that you noticed!

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

    Helpful tutorial..Thanks.

  • @mohammedalbagshi1982
    @mohammedalbagshi1982 3 роки тому

    I just started to learn UIKit but it seems that I fall in love with SwiftUI, its so easy :)

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Wow, awesome to know, Mohammed! :-) Take care! -Arthur

  • @veerpatel6719
    @veerpatel6719 3 роки тому +2

    Hey, I think this is a great video and I think you should make a Discord server as there are a shortage of iOS ones and I think your one could have a really friendly community where everyone can gather up and ask for help!

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      Thanks for your suggestion, Patel! We'll think about it! In the meantime you can join our forum community so you can meet other CodeCrew learners: codecrew.codewithchris.com. See you there! :-) -Arthur

  • @SertuncSELEN
    @SertuncSELEN 3 роки тому

    thank you a lot

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      You are so welcome! :-) Keep on having fun. :-) -Arthur

  • @yourtube059
    @yourtube059 3 роки тому

    Really great 👏, thank you guys 😉
    Can we have the code snippet to play with it further 😅

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      Hello, maybe you can check out the free ebook available? ua-cam.com/users/redirect?v=K00oSg1gm_0&redir_token=QUFFLUhqbVpFb1E4b2RDN0NnUk5OMEc0Qy1icjc2Znozd3xBQ3Jtc0trRzFScUFGV0FYZ3VhQy1sTklheGlxc2xydmVudjBmbXpFZzBSQWgtRXZRSGlrUXJ3bDV1aGt2YXg4Z0RvMm55RWhQMFh4ekJ0YkR5TEtiZGR2UVRRZnNaSVVyR3BCY1NSMUdTSjJ4U0tFS0NSNkV4RQ%3D%3D&event=video_description&q=https%3A%2F%2Fwww.bigmountainstudio.com%2Ffree-swiftui-book
      - Francis

  • @multitudes389
    @multitudes389 3 роки тому

    Really good 🙂

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Cheers, Laurent! Thanks for learning with us!

  • @AlexCopter33
    @AlexCopter33 2 роки тому

    All of this works fine until you trying to insert some sort of indeterminate ProgressView with infinity animation (e.g. spinner) instead of "apple" or "cherry". The transitions between views with "apple", "cherry" and spinner would work fine, but the spinner would not be animated at all.

    • @CodeWithChris
      @CodeWithChris  2 роки тому

      Thanks for sharing your insight here, Alex! -Arthur

  • @mahtabhasan8513
    @mahtabhasan8513 3 роки тому

    Shifting to SwiftUI from swift and like to learn more & more

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Yesss, that's the spirit! Keep on learning and learning.... all the best and have fun doing it! :-) -Arthur

  • @akashrevanna5327
    @akashrevanna5327 3 роки тому

    Chris.. One suggestion , can I buy M1 Macbook air base model for iOS development? Or need to go with pro model?

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      For as long as your Mac computer is a 2015 version and up, then you're good! :-) -Arthur

  • @eneskaraosman7352
    @eneskaraosman7352 3 роки тому

    I found using local variable easier for conditioning image transition,
    like @State private var showAnimation = false; & set it to true onAppear ?

    • @CodeWithChris
      @CodeWithChris  3 роки тому

      Great tip, thanks for sharing! :-) -Arthur

  • @jaimeacasta
    @jaimeacasta 2 роки тому

    Im interested in the card slide transition, however how can I do it of instead of 3 images I have 50+?

    • @CodeWithChris
      @CodeWithChris  2 роки тому

      Hello, Jaime! Best to post your question in our CodeCrew forum so that our tech support staff there can assist you. Go here: codecrew.codewithchris.com. Thanks for learning with us! -Arthur

  • @MrGZM90
    @MrGZM90 3 роки тому +1

    swiftUI is so easy.

  • @devhopes
    @devhopes 3 роки тому

    How do you get your Xcode to show the ruler lines to the right of the line numbers so you can collapse the code in ZStack{...}?

    • @ThePrideOfLion
      @ThePrideOfLion 3 роки тому +1

      It doesn't seem so in XCode 12. But you can hold down command key, hover over and click on the opening curly bracket for the block of code you want to collapse; then select fold from the set of options that popped up.

    • @CodeWithChris
      @CodeWithChris  3 роки тому +1

      Hello, maybe this can help stackoverflow.com/questions/40285997/xcode-swift-code-folding-collapse
      - Francis

    • @devhopes
      @devhopes 3 роки тому

      @@CodeWithChris Thanks @Francis. Works perfectly! 😀😏

  • @GeNeRalEBaGHDaD
    @GeNeRalEBaGHDaD 3 роки тому +1

    ❤️❤️❤️😘