Implementing Core Data to watchOS 2.0
问题 I am pretty new to WatchKit, and I am trying to add Core Data to my WatchKit extension. So far I have created a Data Model in my WatchKit extension, but I am stuck on implementing the rest of the Core Data stack. Is the process of creating Core Data models and initializing the Core Data stack identical to iOS or are there any differences I should be aware of? Also, do I initialize the Core Data stack in the ExtensionDelgate.swift or should I initialize it somewhere else? 回答1: The process of