An open API service indexing awesome lists of open source software.

https://github.com/johnnyperdomo/goal-post-app

Simple iOS Goal-Tracking app written in Swift 4 using CoreData
https://github.com/johnnyperdomo/goal-post-app

coredata goal-planner ios swift-4

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Preview
![Alt Text](https://media.giphy.com/media/McZxg1DYfFa1qlhpkr/giphy.gif)

**Built with**
- Ios 11
- Xcode 9

## Requirements
```swift
import CoreData
```
## Features:
- **Add/Delete Goals**
- **Track Goal Completion**
- **Create Short-term/Long-term Goals**
- **Undo Deleted Goals**
```swift
managedContext = appDelegate?.persistentContainer.viewContext
managedContext.undoManager = UndoManager()
```
- **Automatically Saves Data on Phone**

### Credits
Devslopes Coredata Tuts

## License
Standard MIT [License](https://github.com/johnnyperdomo/Goal-Post-App/blob/master/LICENSE)