- Storyboards is a good choice for small or medium-sized screen projects, and the navigation relationship between views is simple and direct.
- If you have a large number of views and the navigation between them is very wrong and complicated, the storyboard views will become very messy. To maintain clarity, you need to do a lot of work.
- If the project has multiple developers, we 'd better not use storyboards, because you only have a single UI file and it is difficult to achieve easy collaboration.
- Is it possible to split a large application into multiple storyboard files? I have not found a solution.
- Xibs can also be used in the storyboard project, and xibs can be used to define table cells.
By Bruce Lee
Source: http://www.cnblogs.com/BruceLee521
This blog Original article is copyrighted by the blog and I share it with you. You are welcome to reprint it. However, you must keep this statement without the author's consent and provide the author name and original article connection clearly on the article page, otherwise, you are entitled to pursue legal liability.