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.
我正在尝试将我的 iPhone 应用程序(AAA)转换为框架,以便其他 iPhone 应用程序(BBB)可以将其用作外部框架。App BBB 将拥有自己的 main.m、appdelegate.h 和 appdelegate.m 文件。我想知道,我是否必须将我的应用程序(AAA)main.m、appdelegate.h 和 appdelegate.m 文件包含到框架中?
这是一个关于创建框架的非常好的教程。我想这就是你要找的。只需从您的应用程序中抽象出您想要共享的部分。
iOS 框架