捆绑资源访问Swift

时间:2015-12-09 17:45:05

标签: ios swift frameworks bundle

我正在创建一个快速框架,以便在其他应用程序中重用我的代码。

为了重用xib文件,我在框架中创建了一个Bundle Resources:

.xcodeproj -> target -> + -> Os X -> Framework & Library -> Bundle

我向我的新包添加了xib文件,但现在我无法在主应用程序中访问此捆绑包,我尝试使用:

let frameworkBundle = NSBundle(identifier:"PRODUCT_BUNDLE_IDENTIFIER")

有什么想法吗?谢谢

1 个答案:

答案 0 :(得分:0)

让frameworkBundle = NSBundle(forClass:SomClassInABundle.self)