https://github.com/pratik-123/coredatawithcodable
Coredata use with Codable fetch data from api and parse response using codable and store into database and display in tableview
https://github.com/pratik-123/coredatawithcodable
architectural-patterns codable coredata coredata-model encoder entity fetch mvvm tableview
Last synced: about 2 months ago
JSON representation
Coredata use with Codable fetch data from api and parse response using codable and store into database and display in tableview
- Host: GitHub
- URL: https://github.com/pratik-123/coredatawithcodable
- Owner: pratik-123
- Created: 2018-09-10T13:23:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T13:32:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T09:23:05.482Z (over 1 year ago)
- Topics: architectural-patterns, codable, coredata, coredata-model, encoder, entity, fetch, mvvm, tableview
- Language: Swift
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoreDataWithCodable
Parse API response and store in Coredata using codable and display in tableview using mvvm pattern.