Should I use storyboard and mercurial for team work? [closed]

三世轮回 提交于 2019-12-23 04:46:01

问题


We are going to develop a project in a team of 5 developers, and we are planning to use mercurial.

I want to know if it is a good idea to use storyboards with mercurial, or should I go for .xib?

We are more interested in using storyboards if possible.

I have searched on the net and found very interesting things, but not much about storyboards. That's why I'm posting here.

Any kind of small or big help, article or link is welcome.


回答1:


I think it depends on how big your project is, and if it's going to have a lot of UI.

Some of the cons of storyboard from the top of my head:

  • Storyboard is one single file, so only one person can work on the storyboard at once.
  • Only works with iOS 5 or up

I recommend taking a look at this and decide for yourself if you want to use storyboard or not.




回答2:


Storyboards internally are xml files. So I don't see any problems with using mercurial.




回答3:


Technically you can use storyboards with any SCM since storyboards are xml files. Practically I think it is easier to use xibs in a team since xibs are for one view only and you do not have to merge so often since the chance that someone else touched the xib is smaller than with a storyboard.



来源:https://stackoverflow.com/questions/12813325/should-i-use-storyboard-and-mercurial-for-team-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!