An open API service indexing awesome lists of open source software.

https://github.com/danielberkompas/swifttodoapp

A Simple Swift To-Do App
https://github.com/danielberkompas/swifttodoapp

Last synced: over 1 year ago
JSON representation

A Simple Swift To-Do App

Awesome Lists containing this project

README

          

# Swift To-Do Application
Built based on the tutorial from [SwiftDevs](https://www.youtube.com/watch?v=xN7HewWJl5Y&list=UUZuwF7Hfc5s8o_yuMcifyng).

I intend to clean it up a bit later.

- [x] Use lazy var instantiation
- [ ] Better styles
- [ ] Convert to AutoLayout using InterfaceBuilder?