top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

CoreDataWrapperiOS

Project type

iOS Package

Date

March 10, 2023

Location

Canada

https://github.com/vGebs/CoreDataWrapperiOS

CoreDataWrapperiOS is a simple, lightweight wrapper class for Core Data stack. It provides an easy-to-use interface for setting up the Core Data stack and performing common operations, such as creating, fetching, and deleting managed objects.

Features:
- create (creates new object of Type T)
- fetch (with custom FetchRequest input)
- saveContext (Saves an object to Persistent Store)
- delete (deletes object and saves Persistent Store)

For more info visit: https://github.com/vGebs/CoreDataWrapperiOS

bottom of page