ToDo-iOS
ToDo-iOS copied to clipboard
An open-source ToDo list iOS application in Swift.
### Description The entire Task Detail View UI is now done programmatically. When testing previous version on an iPhone XS the date picker was barely visible on the bottom of...
**Is your feature request related to a problem? Please describe.** Feature: (code) Separate the table view data source into a different file to prevent copying data on two screens (Tasks...
I realy love the idea of your app. By showing completed task and uncompeletd task seprately. User can swip right to mark a task as done, but what if tehy...
**Describe the bug** When trying to clone this repo on windows, I've came across an error ``` batch error: invalid path '.github/pull_request_template.md.' fatal: unable to checkout working tree warning: Clone...
### Description The contributing file says to use present tense, but the examples were all in past tense. ### Type of Change: - Documentation **Code/Quality Assurance Only** - This change...
### Description Added priority for a task Fixes #39 ### Type of Change: - Code - User Interface **Code/Quality Assurance Only** - New feature (non-breaking change which adds functionality pre-approved...
**Is your feature request related to a problem? Please describe.** Tasks are stored and we don't have any indication for their priority. So cannot filter high priority tasks. **Describe the...
**Is your feature request related to a problem? Please describe.** Right now, when the tasks are completed, we either need to delete the task or it is still there without...