I read some answers related to the same question, but I'd like to ask for something specific. When you have a HUGE project, imagine a big social network, even if you separate your UIViewControllers
logically into separate UIStoryBoards
, it still seems like it slows down the process. Every time you view any story board, it takes a while to render all of the UIViewControllers
and it seems like a huge pain to deal with.
Now, for large projects, would you go for Nib files or is it better to stick to UIStoryBoards
?