Things I learned: Core Data Dates

If using primitive types, Core Data presents dates as NSTimeInterval instead of NSDate. I sort of knew this. No problem.

When setting value for this property – MUST use timeIntervalSinceReferenceDate.

I did not know this.

 
1
Kudos
 
1
Kudos

Now read this

Faster build times by leveraging multi-core CPU!

How in the world is this not the default and how have I not heard of this before?!? Buried in this [helpful blog post][littleThings] about making your XCode life easier, is this tip: Faster build times by leveraging multi-core CPU ?... Continue →