| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| iCloud-7_1.framework.zip | 2014-04-23 | 1.0 MB | |
| README.md | 2013-12-04 | 1.3 kB | |
| Version 7.1 source code.tar.gz | 2013-12-04 | 2.0 MB | |
| Version 7.1 source code.zip | 2013-12-04 | 2.1 MB | |
| Totals: 4 Items | 5.1 MB | 0 | |
Updated init method, fixed double-init of singleton, fixed bug when saving documents, new delegate method, and fixed ubiquity URL bugs.
Breaking Changes
- Deprecated the saveChangesToDocumentWithName: withContent: completion: method because it was a functional duplicate of the saveAndCloseDocumentWithName: withContent: completion:. There was also an issue where creating the UIDocument object would close the document, causing it to always be closed when the changes were made.
Other Changes
- Retrieval of URLForUbiquityContainerIdentifier set to run async inside the init method.
- Avoided multiple calls to URLForUbiquityContainerIdentifier by using instance variable
- Refined setup instructions for singleton to avoid initializing twice
- Fixed bug where retrieving the document directory URL may return nil
- Added a new delegate method called when the initialization of iCloud finishes, iCloudDidFinishInitializingWitUbiquityToken: withUbiquityContainer
- Fixed bug when saving and closing a document to iCloud. Now updates changes, content, then saves by overwriting the current version, then closes.
Resolved Issues This release resolves the following issue: [#23]. Refer to this issue for specifics on some of the fixes included in this release.
Known Issues No known issues