/CloudKitDemo

CloudKit demo app for learning C.R.U.D. with iCloud

Primary LanguageSwiftMIT LicenseMIT

CloudKitDemo

Language License Twitter

CloudKit demo app

demo

Requirements

  • Xcode 10
  • iOS 12

How to build

  • Change the Team setting in the General tab for each target.
  • Build & Run with Xcode 10

How to use

  • Type a "title" into the textField and click Save - you should see Record Saved in the output screen
  • Click Retrieve and you should see the titles array output with our one record that we have saved and the recordIDs array output with the ID of the one record we've saved
  • Click Update and it will fetch that ID we have for our one record and update it with the new title we have coded into the update function. Click Retrieve again and you should see the new title in the output screen
  • Click Delete and it will access that ID we have for our one record and it will delete it with the new title we have coded into the update function. Click Retrieve again and you should see two empty brackets in the output screen looking like this: []

Known Issues

  • N/A

Author

Eric Walker

Software/hardware hobbyist in Akron Ohio