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.
Asked
Active
Viewed 40 times
0
-
Hopefully this answers your question https://stackoverflow.com/questions/11538510/storyboards-and-svn-conflicts – Vinaykrishnan Apr 18 '18 at 07:31
2 Answers
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
-
1i think is not a good way to continue the work , better you can use storyboard refrerence – Anbu.Karthik Apr 18 '18 at 08:14
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