https://github.com/gstcarv/ios-core-data-crud
Simple contacts list to testing core data features on IOS
https://github.com/gstcarv/ios-core-data-crud
core-data ios storyboard swift
Last synced: 20 days ago
JSON representation
Simple contacts list to testing core data features on IOS
- Host: GitHub
- URL: https://github.com/gstcarv/ios-core-data-crud
- Owner: gstcarv
- Created: 2022-04-09T00:57:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T00:58:29.000Z (about 4 years ago)
- Last Synced: 2025-03-01T11:15:47.578Z (over 1 year ago)
- Topics: core-data, ios, storyboard, swift
- Language: Swift
- Homepage:
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

IOS Contacts CRUD with Core Data
Simple CRUD application with the purpose of learn and apply some features present on Swift and on UIKit. The main feature explored was the Core Data, which can save and retrieve large data quantity using SQLite on IOS
The application is just a simple contact list which the users can add, remove, edit and list known people, and they will be saved on Core Data to be persisted even if the user close the application.
# Preview
## Thanks
with ❤️ by Gustavo