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.
我正在尝试将类和数据库从我的应用程序共享到应用程序扩展。我试图从 TARGET Membership 添加类,但是在添加以下问题时
任何人都可以帮助我在共享扩展中访问我的课程和数据库。
提前致谢
要访问UIApplication对象,您必须导入UIKit框架,例如:
UIApplication
UIKit
import UIKit
或者如果你只想导入UIApplication类你可以写
import class UIKit.UIApplication
另请注意,如果您想CoreData在 Share 扩展中使用,您将需要创建新容器并将storeURL指向创建的容器。
CoreData
storeURL