Next lesson playing in 5 seconds
Cancel- Overview
- Transcript
1.1 Introduction
Welcome to Get Started With Core Data. In this course, I'm going to introduce you to the powerful Core Data framework. Every serious developer for the Apple platforms should know how to use it.
1.Introduction2 lessons, 04:06
Free Lesson 1.1Introduction01:11
Free Lesson 1.2Project Overview02:55
2.Core Data9 lessons, 1:04:07
2.1Set Up the Core Data Stack10:55
2.2Core Data Models04:46
2.3Display Data With Fetch Requests06:48
2.4Manipulating Data12:08
2.5Relationships Between Models04:12
2.6Data Types and Transformable Attributes08:05
2.7Filter Data With Predicates05:27
2.8Performance Considerations03:20
2.9Data Migration and Versions08:26
3.Conclusion1 lesson, 00:53
3.1Conclusion00:53
1.1 Introduction
Core Data is a very popular and well documented framework for iOS and OS 10. Practically no application managing persistent data can work without it. Welcome to this Stuts Plus course, I am Markus Muhlberger and this is Get Started with Core Data. This framework has a steep learning curve and it can seem daunting at first but I'm going to take a step by step approach to introduce you to this topic, by also looking at more advanced real world usage patterns. In this course you will learn how to create the Core Data Stack, design your models, and also how to display and manipulate them. You will also learn about the different data types Core Data supports and how you can add your own custom types. We will also look at predicates to further the data. Finally, I'm going to show you how you can improve the performance of your app and what happens when your data model changes. During these lessons we will be creating a pop quiz utility app that can store quizzes and questions. When you are ready to get started, I will see you in the first lesson.