在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例Clojure → Core Data by Tutorials (5th Edition) - 2018 by Douglas A., Morey M., Rea P. (z-lib.org)

Core Data by Tutorials (5th Edition) - 2018 by Douglas A., Morey M., Rea P. (z-lib.org)

Clojure

下载此实例
  • 开发语言:Others
  • 实例大小:3.35M
  • 下载次数:3
  • 浏览次数:46
  • 发布时间:2022-03-11
  • 实例类别:Clojure
  • 发 布 人:ll123123ll
  • 文件格式:.pdf
  • 所需积分:2
 相关标签: Core Data iOS

实例介绍

【实例简介】Core Data by Tutorials (5th Edition) - 2018 by Douglas A., Morey M., Rea P. (z-lib.org)

【实例截图】

【核心代码】

Table of Contents: Overview
Introduction 11 .............................................................................
Chapter 1: Your First Core Data App 17 .............................
Chapter 2: NSManagedObject Subclasses 38 ..................
Chapter 3: The Core Data Stack 66 ......................................
Chapter 4: Intermediate Fetching 89 ...................................
Chapter 5: NSFetchedResultsController 123 ...................
Chapter 6: Versioning & Migration 149 ..............................
Chapter 7: Unit Testing 188 .....................................................
Chapter 8: Measuring & Boosting Performance 206 .....
Chapter 9: Multiple Managed Object Contexts 239 ......
Conclusion 259 ..............................................................................
More Books You Might Enjoy 260 .........................................
Core Data by Tutorials
raywenderlich.com 6
Table of Contents: Extended
Introduction 11 .............................................................................
What you need 12 ....................................................................................................................
Who this book is for 13 ..........................................................................................................
How to use this book 13 ........................................................................................................
What’s in store 13 ....................................................................................................................
Source code and forums 14 ..................................................................................................
Updates 15 ..................................................................................................................................
License 15 ....................................................................................................................................
About the cover 16 ..................................................................................................................
Chapter 1: Your First Core Data App 17 .............................
Getting started 18 ...................................................................................................................
Modeling your data 27 ...........................................................................................................
Saving to Core Data 30 ..........................................................................................................
Fetching from Core Data 34 ................................................................................................
Key points 37 .............................................................................................................................
Chapter 2: NSManagedObject Subclasses 38 ..................
Getting started 38 ...................................................................................................................
Modeling your data 41 ...........................................................................................................
Storing non-standard data types in Core Data 45 ......................................................
Managed object subclasses 46 ...........................................................................................
Propagating a managed context 51 ..................................................................................
Data validation in Core Data 60 .........................................................................................
Tying everything up 63 ...........................................................................................................
Key points 65 .............................................................................................................................
Chapter 3: The Core Data Stack 66 ......................................
Getting started 66 ...................................................................................................................
Rolling your own Core Data stack 67 ...............................................................................
The managed object model 68 ............................................................................................
The persistent store 68 ..........................................................................................................
Core Data by Tutorials
raywenderlich.com 7
The persistent store coordinator 69 ................................................................................
The managed object context 70 .........................................................................................
The persistent store container 71 .....................................................................................
Creating your stack object 71 .............................................................................................
Modeling your data 74 ...........................................................................................................
Adding managed object subclasses 78 ............................................................................
A walk down persistence lane 81 ......................................................................................
Deleting objects from Core Data 85 ................................................................................
Key points 88 .............................................................................................................................
Chapter 4: Intermediate Fetching 89 ...................................
NSFetchRequest: the star of the show 89 ......................................................................
Introducing the Bubble Tea app 91 ...................................................................................
Stored fetch requests 94 .......................................................................................................
Fetching different result types 98 .....................................................................................
Sorting fetched results 114 ..................................................................................................
Asynchronous fetching 117 .................................................................................................
Batch updates: no fetching required 119 .......................................................................
Key Points 121 ..........................................................................................................................
Chapter 5: NSFetchedResultsController 123 ...................
Introducing the World Cup app 124 .................................................................................
It all begins with a fetch request... 126 ............................................................................
Grouping results into sections 133 ...................................................................................
“Cache” the ball 136 ................................................................................................................
Monitoring changes 137 .......................................................................................................
Inserting an underdog 143 ...................................................................................................
Key Points 147 ..........................................................................................................................
Where to go from here? 148 ................................................................................................
Chapter 6: Versioning & Migration 149 ..............................
When to migrate 149 ..............................................................................................................
The migration process 150 ...................................................................................................
Types of migrations 151 ........................................................................................................
Getting started 152 .................................................................................................................
Core Data by Tutorials
raywenderlich.com 8
A lightweight migration 153 ................................................................................................
Inferred mapping models 155 .............................................................................................
A manual migration 160 ........................................................................................................
A complex mapping model 169 ...........................................................................................
Migrating non-sequential versions 176 ..........................................................................
A self-migrating stack 176 ....................................................................................................
Testing sequential migrations 186 ....................................................................................
Key points 187 ...........................................................................................................................
Chapter 7: Unit Testing 188 .....................................................
Getting started 189 .................................................................................................................
Core Data stack for testing 190 .........................................................................................
Asynchronous tests 196 ........................................................................................................
Tests first 198 ............................................................................................................................
Validation and refactoring 202 ...........................................................................................
Key points 205 ...........................................................................................................................
Where to go from here? 205 ................................................................................................
Chapter 8: Measuring & Boosting Performance 206 .....
Getting started 206 .................................................................................................................
Measure, change, verify 208 ................................................................................................
Fetching and performance 219 ..........................................................................................
Key points 237 ...........................................................................................................................
Challenge 238 ............................................................................................................................
Chapter 9: Multiple Managed Object Contexts 239 ......
Getting started 240 .................................................................................................................
Introducing SurfJournal 240 ...............................................................................................
Doing work in the background 244 ..................................................................................
Editing on a scratchpad 251 .................................................................................................
Key points 257 ...........................................................................................................................
Challenge 258 ............................................................................................................................
Conclusion 259 ..............................................................................
More Books You Might Enjoy 260 .........................................
Core Data by Tutorials
raywenderlich.com 9
New to iOS or Swift? 260 ......................................................................................................
Experienced iOS developer? 262 .......................................................................................
Want to make games? 273 ....................................................................................................
Want to learn Android or Kotlin? 277

标签: Core Data iOS

实例下载地址

Core Data by Tutorials (5th Edition) - 2018 by Douglas A., Morey M., Rea P. (z-lib.org)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警