Simple Todo-App in Swift
After you clone the repo, make sure that
pod install
- SwiftLint - A tool to enforce Swift style and conventions (well indented codes and warns about dirty code etc.)
- R.swift - Get strong typed, autocompleted resources like images, fonts and segues in Swift projects (used easy typed segue purposes.)
- SegueManager - Perform storyboard segues with closures, in Swift (easy type of using programmatic perform segues)
- Fakery - Swift fake data generator (used creating mock data for generating testing purposes.)
- Eureka - Elegant iOS form builder in Swift (provides form which is so easy in Swift.)