项目作者: oliveira-marcio

项目描述 :
Core Data Fundamentals
高级语言: Swift
项目地址: git://github.com/oliveira-marcio/ios-nd-persistence.git
创建时间: 2020-09-07T19:13:39Z
项目社区:https://github.com/oliveira-marcio/ios-nd-persistence

开源协议:MIT License

下载


iOS Developer Nanodegree logo

iOS Persistence and Core Data

Platform iOS

This repository contains resources for Udacity’s iOS Persistence and Core Data course.

Overview

iOS Persistence and Core Data teach common persistence techniques using Apple’s frameworks for storing data locally on the device. The course includes:

  • PickYourPitch, which has a small user preference we’ll store in UserDefaults
  • SandboxPlayground, which we’ll use to explore saving and reading files using FileManager
  • Mooskine, a note-taking app which we’ll convert to Core Data

Setup

Generally speaking, most projects can run without any additional setup. However, consult the iOS Persistence and Core Data course for more information.

Maintainers

@OwenLaRosa