Use storyboards in a project which has .xib files- iPhone

后端 未结 3 689
庸人自扰
庸人自扰 2020-12-08 16:00

I want to use generally the old .xib files in my iPhone application. But when it comes to tableViewController storyboard is a lot more convenient in order to make custom cel

3条回答
  •  爱一瞬间的悲伤
    2020-12-08 16:37

    You can add a storyboard to any project, but the point of storyboards is to centralize your XIB files into one location rather than having 10 XIB files you can have 1 .storyboard file that contains 10 scenes representing your views. This shows your connections to other scenes, and you can manage all the seques and transitions of each scene. So is it possible, yes you could add a storyboard to your project, but I would recommend you design you entire application in a storyboard if you want to use them.

提交回复
热议问题