从Cocoapod资源包加载.storyboard

时间:2018-05-15 21:49:08

标签: ios objective-c cocoapods

我有一个有两个故事板的cocoapod。我正在尝试使用以下内容将它们加载到我的项目中:

NSBundle* bundle = [NSBundle bundleWithIdentifier:@"org.cocoapods.FrameworkName"];

UIStoryboard *storyboard = [UIStoryboard   storyboardWithName:@"StoryboardName" bundle:bundle];

但我收到错误:

  

无法在捆绑NSBundle中找到名为“StoryboardName”的故事板

即使它在资源文件夹中:

enter image description here

我错过了什么?如何从资源包中加载故事板?

0 个答案:

没有答案