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.
我刚开始使用 Swift,想知道 Playgrounds 是否可以访问 Core Data。如果是这样,在将数据库放置到 iOS 项目之前预先填充数据库会非常方便。
在 iOS Playground 中,您可以成功import CoreData调用 CoreData 接口中定义的函数。
import CoreData