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
- Host: GitHub
- URL: https://github.com/johnnyperdomo/goal-post-app
- Owner: johnnyperdomo
- License: mit
- Created: 2018-03-26T18:47:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T19:00:07.000Z (about 5 years ago)
- Last Synced: 2025-01-13T05:44:20.532Z (5 months ago)
- Topics: coredata, goal-planner, ios, swift-4
- Language: Swift
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goal-Post-App
Simple iOS Goal-Tracking app written in Swift 4 using CoreData## Preview
**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)