https://github.com/jakelin/todo
A todo list app written in Swift
https://github.com/jakelin/todo
Last synced: about 1 month ago
JSON representation
A todo list app written in Swift
- Host: GitHub
- URL: https://github.com/jakelin/todo
- Owner: JakeLin
- Created: 2014-09-28T13:05:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T00:56:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T23:17:39.553Z (about 1 month ago)
- Language: Swift
- Size: 4.84 MB
- Stars: 277
- Watchers: 16
- Forks: 96
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo
=============Todo is an iOS App written in Swift. This app is used for an online video training course. This app demonstrates how to use UITableViewController.
## Screenshots
**Custom cell**
**Edit mode**

**Move cell**

**Deleting cell**

**Swipe to delete**

**Edit todo item**

**Create now todo item**

**Search bar**

**Search result**

## 中文描述
Todo是一个使用Swift语言开发的iOS App,这是免费在线视频课程 Todo app的源代码,在这个app中,我演示了如何使用UITableViewController。