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

后端 未结 3 688
庸人自扰
庸人自扰 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:57

    Both can work fine together (Storyboards and Nib files). In the TVC that is part of your storyboard, just instantiate the destination VC in code and use the usual initWithNibName method to load the nib file.

提交回复
热议问题