JSQCoreDataKit
  • March 28, 2024

A swifter Core Data stack

About


This library aims to do the following:

  • Encode Core Data best practices, so you don’t have to think “is this correct?” or “is this the right way to do this?”
  • Provide better interoperability with Swift
  • Harness Swift features and enforce Swift paradigms
  • Bring functional paradigms to Core Data
  • Make Core Data more Swifty
  • Simplify the processes of standing up the Core Data stack
  • Aid in testing your Core Data models
  • Reduce the boilerplate involved with Core Data

Requirements


Tooling

 

Platforms

 

  • iOS 11.0+
  • macOS 10.12+
  • tvOS 11.0+
  • watchOS 4.0+

Installation


CocoaPods

pod ‘JSQCoreDataKit’, ‘~> 9.0.0’

Add JSQCoreDataKit to the dependencies value of your Package.swift.

dependencies: [
.package(url: “https://github.com/jessesquires/JSQCoreDataKit.git”, from: “9.0.0”)
]

Alternatively, you can add the package directly via Xcode.

Documentation


You can read the documentation here. Generated with jazzy. Hosted by GitHub Pages.

GitHub


View Github

#core-data #coredata #ios #swift
YOU MIGHT ALSO LIKE...
exyte

     

camerakit-ios

CameraKit helps you add reliable camera to your app quickly. Our open source camera platform provides consistent capture results, service ...

HybridCamera

[video width="192" height="416" mp4="https://swiftgit.com/wp-content/uploads/2024/12/68747470733a2f2f7261776769742e636f6d2f7374796c656b69742f696d672f6d61737465722f7669645f6564697465645f325f326d622e676966.mp4"][/video]

TakeASelfie

An iOS framework that uses the front camera, detects your face and takes a selfie. This api opens the front ...

iOS-Depth-Sampler

Code examples of Depth APIs in iOS