Swift and CoreData / Data Storage

前端 未结 6 1829
野趣味
野趣味 2020-12-24 15:30

I\'m just learning Objective-C / Cocoa Touch and Core Data. So, what are the new possibilities to implement data storage in iOS App Projects that are written in pure Swift?

6条回答
  •  春和景丽
    2020-12-24 16:11

    I had tested use swift to access coredata, please visit the demo code : https://github.com/iascchen/SwiftCoreDataSimpleDemo .

提交回复
热议问题