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

I Can’t Overstate This Enough

Hardly a new sentiment, but I personally will never not need this exhortation to KISS. And to be clear, when I talk about keeping things simple ( particularly in production code), I will forever mean to keep things conceptually simple.... Continue →