RestKit 0.24.0 replacement for RKEntityMapping dateFormatters array

52 views
Skip to first unread message

John Topley

unread,
Nov 24, 2014, 12:26:23 PM11/24/14
to res...@googlegroups.com
Hi,

I used to add a custom NSDateFormatter to my RKEntityMapping's dateFormatters array property, but this is deprecated in the latest RestKit. What's the equivalent way to achive this using the RKValueTransformers API?

- (NSDateFormatter *)entityMappingDateFormatter
{
  ...
}

entityMapping.dateFormatters = @[[self entityMappingDateFormatter]];

Thanks,

John


Reply all
Reply to author
Forward
0 new messages