Filters

Hide filters
Platform
Content Type
Difficulty

iOS & Swift · 332 Results

core data iOS & Swift
iOS & Swift
Getting Started with Core Data and CloudKit
…this tutorial, you’ll learn how to use NSPersistentCloudKitContainer to integrate Core Data and CloudKit…
iOS & Swift
Core Data with SwiftUI Tutorial: Getting Started
…this Core Data with SwiftUI tutorial, you’ll learn to persist data in an app using @State, @Environment and @FetchRequest property wrappers…
iOS & Swift
Getting Started with Core Data Tutorial
Learn the basics of building the data layer of your iOS app in this getting started with Core Data tutorial…
iOS & Swift
Set Up Core Spotlight with Core Data: Getting Started
Learn how to connect Core Data with Core Spotlight and add search capability to your app using Spotlight…
iOS & Swift
Unit Testing Core Data in iOS
Testing code is a crucial part of app development, and Core Data is not exempt from this. This tutorial will teach you how you can test Core Data
iOS & Swift
Data Persistence with SwiftData

13 more results for 'core data'

Show all
This lesson covers converting an existing Core Data SwiftUI app to SwiftData…
iOS & Swift
Modern, Efficient Core Data
…this tutorial, you’ll learn how to improve your iOS app thanks to efficient Core Data usage with batch insert, persistent history and derived properties…
iOS & Swift
Lightweight Migrations in Core Data Tutorial
Learn how to keep your data models up-to-date with this Core Data migrations tutorial…
iOS & Swift
Dynamic Core Data with SwiftUI Tutorial for iOS
Learn how to take advantage of all the new Core Data features introduced in iOS 15 to make your SwiftUI apps even more powerful…
iOS & Swift
Multiple Managed Object Contexts with Core Data Tutorial
Learn how to use multiple managed object contexts to improve the performance of your apps in this Core Data Tutorial in Swift…
iOS & Swift
Sharing Core Data With CloudKit in SwiftUI
Learn to share data between CoreData and CloudKit in a SwiftUI app.
iOS & Swift
SwiftData: Simplifying Persistence in iOS Apps
…about SwiftData, a new framework introduced at WWDC 2023 that provides a Swift-like API for working with persistence in iOS apps and simplifies Core Data usage…
iOS & Swift
Core Data by Tutorials Updated for Swift 4.2 and iOS 12
Check out Core Data by Tutorials – newly updated for Swift…
iOS & Swift
Core Data: Beyond the Basics

19 more results for 'core data'

Show all
…this course, you’ll learn about how to fetch, sort and filter entries from a Core Data persistent store. You’ll also dive into some more advanced topics such as delete rules and Core Data with Swift Concurrency…
iOS & Swift
SOLID Principles for iOS Apps
…dependency inversion. There are no protocols at all in the project, which means there are no interfaces to segregate, either. Open AppMain.swift. All the Core Data setup takes place there, which doesn’t sound like a single responsibility at all. If you wanted to reuse the same Core Data setup…
iOS & Swift
Core Data: Fundamentals

14 more results for 'core data'

Show all
Learn the basics of Core Data in this beginner series. You’ll learn how to model your data with attributes and relationships, save data using a context, display saved data in lists and much more, in both SwiftUI and UIKit…
iOS & Swift
Core Data by Tutorials
Learn Core Data with Swift! This book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to use Core Data to save data in their apps. Start with with the basics like setting up your own Core Data Stack…
iOS & Swift
Integrate Combine Into an App

6 more results for 'core data'

Show all
While SwiftUI and Swift make heavy use of Structs, Core Data still uses classes. In this episode, learn some techniques to convert between the two types so you can save your jokes into the database, and delete them when your user just doesn’t find a joke funny anymore…
iOS & Swift
NSIncrementalStore Tutorial for iOS: Getting Started
Learn how you can use the very powerful NSIncrementalStore to provide Core Data with a completely custom data storage option…
iOS & Swift
Introducing the iOS 12 Launch Party!
…releasing this year and when you can expect them: Machine Learning by Tutorials (NEW!) — September 13 Swift Apprentice, Fourth Edition — September 17 Core Data by Tutorials, Fifth Edition — September 19 Push Notifications by Tutorials (NEW!) — September 24 iOS Apprentice, Seventh Edition — September 26 Advanced iOS App Architecture (NEW!) — October…