2015-01-05 75 views

回答

3

在一個應用程序中,您可以訪問多個容器。而不是使用:

container = CKContainer.defaultContainer() 

你可以使用:

container = CKContainer(identifier: "another_container") 

作爲標識符使用任何你已經在你的應用程序功能指定(指定自定義容器)

然後,您可以從1讀取記錄容器並將它們寫入另一個。

相關問題