How To Use NavigationStack In SwiftUI | A Beginners Guide To Navigation In SwiftUI

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 37

  • @edgariscoding
    @edgariscoding 17 วันที่ผ่านมา

    Great content! I love how clear you are in your explanations and how you show the code in real time with the preview

  • @petrsmejkal829
    @petrsmejkal829 ปีที่แล้ว +1

    Thanks a lot for your videos! I really like your teaching style:)

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Thank you!!!

  • @aeongg
    @aeongg ปีที่แล้ว +1

    Danke!

  • @sxmiotb2834
    @sxmiotb2834 ปีที่แล้ว +3

    You really make Swift so easy and fun. We can’t thank you enough.

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Happy to hear that!

  • @MoAdel92
    @MoAdel92 ปีที่แล้ว +1

    you courses are really a bless to the community , i don't know if you remember me from previous comment but i am digging hard enough from the first video on this channel and progressing to the newer videos
    these easy access free courses is really a valuable gift .

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Yes I do! And I’m glad you’re enjoying the content 🤝

  • @slavihinkov1836
    @slavihinkov1836 ปีที่แล้ว +1

    Finally the video I was waiting for :D

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Glad you’re enjoying it 🤝

  • @CalmVink
    @CalmVink ปีที่แล้ว

    Fantastic video! Your clear explanations made SwiftUI much less daunting. Subscribed and can't wait for more!

  • @maciusessa
    @maciusessa ปีที่แล้ว +1

    Great video. Not so much of this kind of content on today's TH-cam. Thank You so much. BTW: I added Mars bar and Tiramisu to desserts :D

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Thanks & top tier desserts 🫡

  • @ridholmes
    @ridholmes ปีที่แล้ว +1

    Thank you!

    • @tundsdev
      @tundsdev  ปีที่แล้ว +1

      No, thank you for watching. You can learn even more about handling complex navigation in this playlist below that covers everything you need to know about the new Navigation APIs 🤝
      th-cam.com/play/PLvUWi5tdh92wWS3F-AVsCJHkhBlrkBp6f.html

    • @ridholmes
      @ridholmes ปีที่แล้ว +1

      ​@@tundsdev Yes, I will! I'm a rookie who is stuck with navigation, so I'll do my best to learn all you recommend! Your teaching method is ideal for me. I'm not sure how I missed seeing you previously on TH-cam) Furthermore, you regularly present things related to the primary issue, such as XCode tips and hot keys, which I greatly like. Thanks!

    • @tundsdev
      @tundsdev  ปีที่แล้ว +1

      Awesome keep commenting i’ll be looking out for you 🤝

  • @SanusiAdewale
    @SanusiAdewale ปีที่แล้ว +1

    In the Food model, why does it have a type, Decimal and not Float of Double?

    • @tundsdev
      @tundsdev  ปีที่แล้ว +3

      Decimal should always be used for money, it has a better precision 🫡

    • @SanusiAdewale
      @SanusiAdewale ปีที่แล้ว +1

      @@tundsdev Oh wow, thanks, I didn't know that.

  • @Grieg-hd4tj
    @Grieg-hd4tj 9 หลายเดือนก่อน

    Great video thanks.

    • @tundsdev
      @tundsdev  9 หลายเดือนก่อน

      Glad you liked it!

  • @dlewisdev
    @dlewisdev 10 หลายเดือนก่อน +1

    Excellent video, I thought I understood navigation but I had barely scratched the surface. Excited to continue this course!

    • @tundsdev
      @tundsdev  10 หลายเดือนก่อน +1

      Glad it was helpful!

  • @kenturnbull9679
    @kenturnbull9679 ปีที่แล้ว

    Good Video. Any chance of updating this again to use SwiftData? Could be a Jam Butty in it.

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Possibly!

    • @kenturnbull9679
      @kenturnbull9679 ปีที่แล้ว

      @@tundsdev I'll get the butty ready

  • @MrMisterSin
    @MrMisterSin ปีที่แล้ว

    Thank you for your videos!
    What do you think about separating the logic of navigation and our views?
    I am a React Native developer, it is considered good practice for us to separate navigation and screens.
    But I haven't found a good solution for this problem in SwiftUI yet

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      The next video in this course, coming out on Sunday features how we can isolate our navigation outside and also manage it programatically 🤝
      Glad you enjoyed this vid also

  • @abdouett3676
    @abdouett3676 ปีที่แล้ว

    Thank you for sharing! Please, could you make same advanced SwiftUI videos ?

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      What do you mean by advanced?

    • @abdouett3676
      @abdouett3676 ปีที่แล้ว

      @@tundsdev Like complexe UI. Application with backend. Thanks!

  • @diegosvega
    @diegosvega ปีที่แล้ว

    Hi! I'm new to SwiftUI, I have this piece of code that's not working. BUT when I comment out FeedCellView and leave just the navigation link it works! so somethings fishy here and don't know what haha. Do you know what can be the issue with having two views inside the ForEach, and one of those being inside the NavigationLink?
    Thanks!!
    LazyVStack(spacing: 32) {
    ForEach(viewModel.posts, id: \.self) { post in
    VStack {
    NavigationLink(destination: ProfileView(user: post.user!)) {
    FeedCellTitleView(post: post)
    .foregroundColor(colorScheme == .dark ? .white : .black)
    }
    FeedCellView(post: post)
    }
    }
    }

  • @ShreyasSane
    @ShreyasSane ปีที่แล้ว +1

    Amazing content man - just starting out with SwiftUI relieved I discovered your channel early on 🫡

    • @tundsdev
      @tundsdev  ปีที่แล้ว

      Welcome aboard!