iOS Storyboard Merge Conflicts

Поділитися
Вставка
  • Опубліковано 8 жов 2024
  • Learn how ow to create, resolve, and avoid merge conflicts in storyboards in an iOS app.

КОМЕНТАРІ • 21

  • @RePuLseHQKing
    @RePuLseHQKing 4 роки тому +2

    Thank you Sam. My friends and I are working on a project together and we were frustrated by those conflicts in the xml file. Great Video, great Job !

  • @SanthoshKumarsdh
    @SanthoshKumarsdh 4 роки тому +1

    Really really helpful....no one teaches solution for these issues...
    Thank you veryyyyy much....

  • @fallofmanbrand
    @fallofmanbrand 4 роки тому +3

    nice video bro

  • @andreitekhtelev6069
    @andreitekhtelev6069 4 роки тому +2

    It is so elegant and simple approach! I love it :)

  • @MostafaAhmedAhmed81
    @MostafaAhmedAhmed81 2 роки тому +2

    Your solution is still valid if changes are just adding new VCs, but if conflict are within a VC itself, it won't be that viable.
    For me, I prefer to work using individual XIP files for every view file, including VCs.

  • @AwesomeEnterpriseInc
    @AwesomeEnterpriseInc 4 роки тому

    White VS Code theme! Ahhhhhh! 😱
    Another great video Sam! Makes me want to take up iOS development.

    • @SamMeechWard
      @SamMeechWard  4 роки тому +1

      I have a good excuse, I promise. I was coding at the beach, so I needed the white theme to see in the sun. I just forgot to change my settings back. 😬

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

    Great Video Sam!! It's very helpful for us(Developer :D )

  • @sumitbangarwa1615
    @sumitbangarwa1615 4 роки тому +1

    really great video, looking forward to more like this.🙂

  • @VitorBarriosLuis
    @VitorBarriosLuis 4 роки тому +1

    Really nice tutorial! Thank you very much and congrats!

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

    Hi Sam, this is a great tutorial. Plz make a video on, how to clone a bitbucket repository which is a ReactNative Project, open and work on iOS native module in Xcode. Thanks..

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

    Wow, this is really helpful, thank you.

  • @supergalaxycrazykillerpsyc3079
    @supergalaxycrazykillerpsyc3079 4 роки тому +1

    Thanks so much!

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

    Is using multiple storyboards reference like that is common to avoid merge conflict? I never work in a software company.
    Thank you very much for the video 🙂

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

      Creating a new storyboard for each view controller or feature is one way to avoid merge conflicts when working in a team setting.
      Engineering teams are opting out of using storyboard files entirely to create their views, and instead are creating them programmatically.
      This makes resolving merge conflicts even easier, and allows for a single source of truth to be established - avoiding the need jump between storyboard and code files to resolve any issues.

  • @aprilm2941
    @aprilm2941 4 роки тому +1

    🤗