# Todo **Repository Path**: didi.git/Todo ## Basic Information - **Project Name**: Todo - **Description**: A todo list app written in Swift - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/1.png) **Edit mode** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/2.png) **Move cell** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/3.png) **Deleting cell** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/4.png) **Swipe to delete** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/5.png) **Edit todo item** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/6.png) **Create now todo item** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/7.png) **Search bar** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/8.png) **Search result** ![Todo](https://github.com/JakeLin/Todo/blob/master/Screenshots/9.png) ## 中文描述 Todo是一个使用Swift语言开发的iOS App,这是免费在线视频课程 Todo app的源代码,在这个app中,我演示了如何使用UITableViewController。