/Goal-Post-App

Simple iOS Goal-Tracking app written in Swift 4 using CoreData

Primary LanguageSwiftMIT LicenseMIT

Goal-Post-App

Simple iOS Goal-Tracking app written in Swift 4 using CoreData

Preview

Alt Text

Built with

  • Ios 11
  • Xcode 9

Requirements

import CoreData

Features:

  • Add/Delete Goals
  • Track Goal Completion
  • Create Short-term/Long-term Goals
  • Undo Deleted Goals
    managedContext = appDelegate?.persistentContainer.viewContext
    managedContext.undoManager = UndoManager()
  • Automatically Saves Data on Phone

Credits

Devslopes Coredata Tuts

License

Standard MIT License