Menu

Close
  • Home
  • iOS
  • MongoDB
Subscribe
Menu
Taylor Masterson's Picture

Taylor Masterson

52 posts
← Newer Posts Page 3 of 11 Older Posts →

Notes On Concurrency L5.6.1

Concurrency In Core Data Generally in iOS the two frameworks that are not thread-safe are UIKit and Core Data. Exceptions to both do exist thought. In »

Taylor Masterson Taylor Masterson on iOS 24 September 2017

Saving Images in Core Data L5.5.1

A common rule of thumb when saving images to a database. If the image is really small, then save it directly to the database, if it's »

Taylor Masterson Taylor Masterson on iOS 23 September 2017

Core Data Memory Management With Faults L5.4.5

Just like a UITableViewController using it's data source will dequeue cells to load only for what's visible to the user at a given moment instead of »

Taylor Masterson Taylor Masterson on iOS 23 September 2017

Saving A New Object With Core Data L5.4.4

Using The Core Data Stack To Save Once a new object is created it is not necessarily saved to disk, most likely it will be saved »

Taylor Masterson Taylor Masterson on iOS 23 September 2017

Information Flow Of Creating A New Object With CoreDataTableViewController L5.4.3

We start with an IBAction listening for a button presses to kick off creating a new Notebook object. Core Data will do most of the heavy »

Taylor Masterson Taylor Masterson on iOS 23 September 2017
← Newer Posts Page 3 of 11 Older Posts →
Taylor Masterson © 2025
Proudly published with Ghost