How to use NavigationSplitView in SwiftUI | Bootcamp #72

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 26

  • @yugeras
    @yugeras 11 місяців тому +2

    Nick, it’s nice to have you back!!!!🎉🎉🎉🎉

  • @tanaephis
    @tanaephis 11 місяців тому +2

    Hi Nick. Just a quick message to thank you for all the great (and exhaustive) content. My Swift journey has been a bit less painful thanks to you!

  • @elaidzhashchukin7268
    @elaidzhashchukin7268 11 місяців тому +1

    Hey, Nick! This is so awesome 🙌

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

    Great Video Nick.

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

    You’re my hero man

  • @rishabhbhatia1847
    @rishabhbhatia1847 2 місяці тому

    @nick - is it wise to make separate apps for iphone and iPad or create a single app with different views or like you did in this video?

    • @SwiftfulThinking
      @SwiftfulThinking  2 місяці тому

      A single codebase which if- statements to support different platforms is best

  • @elemento_artz
    @elemento_artz 9 місяців тому

    Cool stuff Nick. Would have nice to see the iPhone or iPad UI condition code. I'm guessing you do that on the @main file? Initiating a SwiftUI View depending on device. Is that correct?

  • @JonesJr876
    @JonesJr876 8 місяців тому

    Awesome. Thank you. I'm glad it's one code for both device type.
    I jut need to figure out if I can show views instead of List.

  • @shamnadpk-ft8ut
    @shamnadpk-ft8ut 11 місяців тому

    God bless you and your family ❤

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

    Hello Nick,
    is there away to initialize the size (width) of 3 panels (instead of the default width)?

  • @esakkimuthu3397
    @esakkimuthu3397 11 місяців тому +1

    Hello Nick. 6 months back I learned Swift and SwiftUI with the help of your courses, but I joined a company as a Django back-end developer, still I want to learn Swift, if it is possible to get a job as an iOS developer without proper company-level experience?

  • @ZeroTorySeats
    @ZeroTorySeats 6 місяців тому

    What if I want a sidebar on iOS? Twitter app has this. Substack app has this. It’s not uncommon. Is there a standard SwiftUI component for this?

    • @SwiftfulThinking
      @SwiftfulThinking  6 місяців тому

      There’s no native component for that. You’d have to build your own. Idk if those apps are SwiftUI

  • @seccat
    @seccat 9 місяців тому

    Would love to see the iOS 17 Observation macros here.

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

    Hey Nick
    Long time no see !!!!!!

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

    Thankyou Sir, I found it!!!

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

    Hey Everybody I got stuck with this error : Argument passed to call that takes no arguments, Does anybody know what is the problem ?!?

    • @shreyapallan5704
      @shreyapallan5704 4 місяці тому

      Same problem still scratching my head

    • @bryanmgc
      @bryanmgc 3 місяці тому

      @@shreyapallan5704 You probably named your file and view "NavigationSplitView" instead of "NavigationSplitViewBootcamp". So when you want to create the split view within your file, it's trying to call your view itself and not the component because the names are the same.

    • @reneroy2032
      @reneroy2032 17 днів тому

      My struct View has the same name as the NavigationSplitView. This is what cause this error on my side.

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

    How can I give you equity in my app?

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

    The funny part I want to ask you about it