Skip to content

varunyn/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoApp

This is basic ToDo app which allows user to add categories and tasks inside category.

Main page .

  1. Collection View with flow layout to display categories input by users.
  2. User can edit the name and it will be saved persistently between sessions.
  3. User can rearrange the collection view cell using drag and move and it would result in data model arrangment.
  4. User can select multiple cells at once and have the option to cancel/delete. This functionality behaves just like native photo app of Apple.
  5. Add button will display the custom View to add the category.

Tasks page

  1. Embed custom segmented control to navigate between All, Completed and Pending tasks.
  2. Button to represent the state of completness of the task.
  3. StrikeOut the task if its completed.

Video walkthrough

Core library used

  1. Realm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published