Custom Transition Between Screens in SwiftUI - Part 1

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

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

  • @xalplax
    @xalplax 2 года назад +8

    Insightful and good short explanation. After diving into SwiftUI and it’s declarative environment I feel uncomfortable in UIKit, storyboards and oop in developing apps

  • @atifnaveed5075
    @atifnaveed5075 2 года назад +5

    Great work, keep it up!!
    swiftUI indeed is a whole new world!!!, not just level up for objc/swift developement!
    ios devs will have to change thinking processes.

  • @adamn1973
    @adamn1973 8 месяцев назад +2

    This is gold ... appreciate it!

    • @DesignCodeTeam
      @DesignCodeTeam  8 месяцев назад

      Thank you for your feedback, we appreciate it :)

  • @30guarino
    @30guarino 2 года назад +1

    Great explanation on this topic!....Finally get it the concept

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Great! It's a bit hard to grasp at first, but it's one of the best frameworks for this type of animation.

    • @30guarino
      @30guarino 2 года назад

      @@DesignCodeTeam Question.... When we put Namespace animations in our views ....an error appears in the Preview Provider to add missing parameter of the animation.....What do you recommend putting in there so the view shows up the canvas? Thanks again for the content

  • @benhwang6378
    @benhwang6378 2 года назад +2

    Amazing! Thank you so much for this wonderful tutorial !

  • @teakodo
    @teakodo 5 месяцев назад

    thank you for pure gold

  • @Henrique-yc4mo
    @Henrique-yc4mo 10 месяцев назад +1

    It is possible to do that between two views in a navigation stack ?

  • @andrejkling3886
    @andrejkling3886 2 года назад +3

    Excellent lesson… 👍

  • @0soft
    @0soft Год назад

    How did you create that bottom and top toolbars? I mean is it fully custom views, you did not use default navbar or tabbar from NavigationView or TabView?

  • @DenisTruong
    @DenisTruong 2 года назад +1

    very cool! thank you!

  • @texasrobotaxi2727
    @texasrobotaxi2727 2 года назад +1

    This looks juicy 💯

  • @LeivIngeKvilhaug
    @LeivIngeKvilhaug 2 года назад +2

    Nice!

  • @0soft
    @0soft Год назад

    Do we have a fractionComplete alternative to animate between 2 states in SwiftUI?
    To not just trigger the animation from start to end, but let it follow by scrollview offset or slider whatever.

  • @xTwisteDx
    @xTwisteDx 2 года назад

    This is beautiful

  • @QDWorld-SwiftUI
    @QDWorld-SwiftUI Год назад

    Is your course available on udemy

  • @honwicong3760
    @honwicong3760 2 года назад +1

    Hey your design is really amazing, may we have the color palate? It looks really amazing

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

    Is this transition also doable in Jetpack Compose ?

  • @stephaniewagstaff6563
    @stephaniewagstaff6563 2 года назад

    This says session 29 yet part 1. Where will I find 1-28?

  • @kyledyer5225
    @kyledyer5225 2 года назад +1

    If I join, do get access to the source code from the sessions? Thanks

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Yes, this is part of the SwiftUI for iOS 15 course which includes the source code. Thanks!

  • @S-Lomar
    @S-Lomar 9 месяцев назад

    Well done 🥰👍👍❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕

  • @Francois3k
    @Francois3k 2 года назад +2

    Can you do this same effect in react or in vanilla javascript?

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      Probably but definitely with more setup and often needing third-party libraries

    • @Ovicron
      @Ovicron 2 года назад

      @@DesignCodeTeam I'd rather it'd be in react/nextjs 😄

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

    how to do it in storyboard??

  • @cloudzi7200
    @cloudzi7200 2 года назад

    Have only one question.My preview of an app works fine but when I build it in simulator nothing is shown.I've put matchedview in app files so I don't know what's the problem.Any help?
    Btw thank you for awesome tutorial.

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +1

      Hmm, try to download the sample code and see if that works. Sometimes a simple restart of Xcode or computer can fix this.

    • @cloudzi7200
      @cloudzi7200 2 года назад +1

      @@DesignCodeTeam restart of computer did the work! :)
      Thank you.

  • @Bharat_s
    @Bharat_s 2 года назад +1

    is it only available for iOS 15?

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +1

      Matched Geometry Effect is available for iOS 14

  • @randomyoutubeacts6mviews2y6
    @randomyoutubeacts6mviews2y6 2 года назад

    Notes:
    5:43

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

    I love you ❤

  • @eldersonlaborit2290
    @eldersonlaborit2290 2 года назад

    course are available on Udemy?

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад

      It's only available on designcode.io - thanks!

  • @dhashdev
    @dhashdev 2 года назад +1

    Great tutorial ! Really greatful for all your efforts. But please make tutorial for Rect/ Gatsby/ Next and react native platform too ! Everybody does not own a mac :) hope you understand. Thanks.

    • @DesignCodeTeam
      @DesignCodeTeam  2 года назад +1

      We've been uploading react tutorials recently :)

  • @LucasFeijo
    @LucasFeijo 7 месяцев назад

    Clickbait, this is not between screens, it's the same screen.