Home  »  Swift Source  »  Swift Simple Task List

Swift Simple Task List

Posted on 06 Sep 2015

Swift Simple Task List

Simple task list demo application build using Swift 2, Xcode 7, iOS 9, and Core Data storage.

Swift based task list application build using Core Data storage. It demonstrates task Add, Edit, Delete, and List operation. You can use this application as a base for any Core Data project and expand it. It’s free for personal or commercial use.

It consist functionality below:
– Core Data Storage.
– Task List Screen.
– Add Task Screen.
– Edit Task Screen.
– Delete Task (swipe to delete).

Platform:
– Swift 2
– Xcode 7
– iOS 9
– Core Data Storage

Supported Device:
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9

Technology used:
– Core Data Storage.
– NSManaged Object for Task entity.
– Table View Controller.
– Custom TableViewCell class.
– Refresh Control i.e. pull to refresh list.
– Swipe row to delete record.
– Custom TaskDelegate created with taskDidAdd, taskDidUpdate function.
– Picker View.
– Simple and Clean interface.
– Build with storyboard.
– Adaptive layout for major screen size support.
– Build using Swift 2, Xcode 7, iOS 9 (No other dependency).

Please visit GitHub Repository for more details, You can download source form GitHub profile.

Go to Top