cocoataster / ToDo-List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo-List

Swift Version

App to create lists and add items inside. Each line will be separated by a beautiful color, going from lighter to darker as you add new items.

Snapshots

Snapshot Snapshot Snapshot

Features

  • Check items off the list
  • Delete items
  • Search for a specific item
  • Data will persist in memory after closing the App

Preview

Preview

Requirements

  • iOS 11.0
  • Xcode 9

Installation

Cocoapods

You can use CocoaPods to install the following libraries by adding it to your Podfile:

  platform :ios, '11.0'
  use_frameworks!
  pod 'RealmSwift'
  pod 'SwipeCellKit'
  pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'

About


Languages

Language:Swift 100.0%