about 9 years ago
When multiple developers are working on the same project and we have a single storyboard, we might face conflicts in the storyboard file. And the conflicts of storyboard are difficult to resolve. Xcode 7 provides a new feature of storyboard reference. With the help of storyboard reference we can create different storyboards and link them with segues. Here's how we use them :
Now with the use of Storyboard Reference different developers can work on different storyboards and easily connect them. But this feature is only available on Xcode 7 and later.
0 Comment(s)