Streamlyne / Cocoa-SDK

Streamlyne API for Cocoa Developers
https://github.com/Streamlyne/Cocoa-SDK
2 stars 1 forks source link

Implement Transform class and subclasses #14

Open Glavin001 opened 10 years ago

Glavin001 commented 10 years ago

See http://emberjs.com/api/data/classes/DS.Transform.html

Glavin001 commented 10 years ago
Glavin001 commented 10 years ago

How to convert NSDate into Unix timestamp in Objective C/iPhone?: http://stackoverflow.com/a/3023326

Glavin001 commented 10 years ago

How to do math on NSNumber: http://stackoverflow.com/a/15437942

Glavin001 commented 10 years ago

Create NSDate from Unix timestamp: http://stackoverflow.com/a/5827263

Glavin001 commented 10 years ago

Detect AttributeType and use appropriate Transform: http://stackoverflow.com/a/19818990

Glavin001 commented 10 years ago

There is a Transformable AttributeType that should be researched further: http://stackoverflow.com/a/1601546