Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在其中创建包含 xib 文件的库/框架?
与 MessageUI 框架相同。需要一些参考例子。
提前致谢。
不,不可能在静态库/框架中包含 xib。您应该创建一个包含库所需的所有 xib、图像资产等的捆绑目标。然后,您必须在您的库中引用此捆绑包中的资源。