BennyKJohnson / OpenCloudKit

Open Source CloudKit Framework
MIT License
96 stars 17 forks source link

Implemented callback queue methods for blocks #12

Closed malhal closed 7 years ago

malhal commented 7 years ago

PR for issue #11

Note that these changes come from the same fork as my previous PR, since changes had been made to your master while I was working I had to merge in those changes using Syncing a Fork from Github help, which is what the Merges commit is.

And issue #2 for converting NSDate to and from millisecond TIMESTAMPS either multiplying or dividing by 1000. creationDate and modificationDate now have correct values.