|
|
|
|
|
by eridius
3912 days ago
|
|
Even with 1 storyboard, as long as you don't commit completely unrelated changes, you can still have 9 people working on it just as easily as you can if you split it up into one storyboard per view controller. All this requires is that people actually look at the diff they're committing and omit changes to unrelated view controllers (most graphical commit tools will let you pick the lines to commit). |
|