You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When results for a search are parsed with YAJL, the "created_at" key is returned as an NSCF Number instead of an NSDate.
Starting at line 81 in MGTwitterYAJLParser
the following code changes that:
if ([currentKey isEqualToString:@"created_at"])
{
// we have a priori knowledge that the value for created_at is a date, not a string
When results for a search are parsed with YAJL, the "created_at" key is returned as an NSCF Number instead of an NSDate.
Starting at line 81 in MGTwitterYAJLParser
the following code changes that:
if ([currentKey isEqualToString:@"created_at"])
{
// we have a priori knowledge that the value for created_at is a date, not a string
The text was updated successfully, but these errors were encountered: