0

What is the best way to handle the storyboard with multiple developer while using SVN. I'm facing issue while commit with other developers storyboard.

guru
  • 13
  • 2

2 Answers2

0

For a team to work on the same app it's recommended that every developer creates a separate storyboard file for the feature / module he working on that way no conflicts would happen , only drawBack i think is that instead of easily using self.storyboard , you have to create the storyboard object corresponding to the name of the storyboard you created but it can be handled with a simple extension

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87
0

I would personally prefer taking multiple storyboards in such a situation. Use storyboard references as much as you can. This will not only help your developers to independently work with their storyboards, but it would also separate multiple functionality or to be specific, modules, from each other.

Nitish
  • 13,845
  • 28
  • 135
  • 263