Skip to content

Version 7.1

Compare
Choose a tag to compare
@Sam-Spencer Sam-Spencer released this 04 Dec 02:27

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