Skip to content

An app written in Swift to store and retrieve tasks using CloudKit.

License

Notifications You must be signed in to change notification settings

nicemohawk/CloudKit-To-Do-List

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello, this is a simple ToDo List App that is written in Swift and uses CloudKit.


What is CloudKit?

See Cloud Kit Framework Reference

The Cloud Kit framework provides interfaces for moving data between your app and your iCloud containers. You use Cloud Kit to take your app’s existing data and store it in the cloud so that the user can access it on multiple devices. You can also store data in a public area where all users can access it.


Usage

  1. Go to General and sign your application.
  2. Go to Capabilities and add iCloud + CloudKit to your application.
  3. Make sure that you have an iCloud account active in your simulator. (it is easiest to use an iCloud account that is associated with the developer id you use to log into CloudKit dashboard)

Quick Reference

Fetch all todos

loadTodos()

Delete all todos

deleteTodos() 

Complete a Todo (and delete)

completeTodoAtIndexPath(indexPath)

Contact

Twitter - Follow me on Twitter.

License

MIT License - Fork, modify and use however you want.

About

An app written in Swift to store and retrieve tasks using CloudKit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%