-
My method returns all records that doesn't have synced yet. So, I fetch the following predicate:
[NSPredicate predicateWithFormat:@"updatedAt > syncAt"]
updateAt and syncAt are NSDates.
but it does…
-
I am getting this error while running on iOS.
Method 'Foundation.NSDate.op_Implicit' not found.
![screen shot 2016-11-22 at 5 56 11 pm](https://cloud.githubusercontent.com/assets/10738942/20523825…
-
```
Hi,
Is there a reason built-in NSDate matchers are missing form OCHamcrest?
Can we start with isEqualToDate() ?
Thanks,
Jasper
```
Original issue reported on code.google.com by `jasper.r…
-
Hi,
I've checked that when you use the parser and the device doesn't have the english NSLocale, the pubDate is nil. For instance, if your device use spanish:
The date:
Tue, 02 Oct 2012 19:56:51 +00…
-
你这个倒计时,只需要传入过期时间就可以吗?还是怎么样的,因为只有一个时间戳,是否可以加入NSDate类型加载的
-
Unit testing!
- [ ] Array+Utils
- [ ] CGPoint+Utils
- [x] CGRect+Utils
- [ ] CGSize+Utils
- [ ] Dictionary+Utils
- [ ] Double+Utils
- [ ] NSData+Utils
- [ ] NSDate+Utils
- [ ] NSObject+Utils
- [x] NSR…
-
When calling this method, it unarchived all objects in the cache, which causes serious performance issue in my situation.
So in my cache, i have 3 keys, each map to an array of 1000 objects. Now to c…
-
Related to #84 https://developer.apple.com/swift/blog/?id=37
At the moment we are storing the data locally on the iPhone, to use the API, we'll need it in a format which is acceptable by the API.
…
-
Hello,
Is there any special actions to mark events in previous month?
for example I need to highlight any day in previous month with supplementaryView I try to do it like:
``` swift
func supplem…
-
[[NSDate dateWithString:@"2015-08-15 22:00:00 +0000"] timeAgoSinceNow]
returns `Last year`. I think it should return `1 year ago`.
IMO, "last year" means every date in 2016 whereas "1 year ago…