AKTrakt
AKTrakt copied to clipboard
Implement NSCoding Protocol
Please implement NSCoding Protocol for Trakt model classes.
will look into it
Well, that mean I would have to subclass NSObject for all the trakt objects. Which is kind of a pain ... Why do you need to conform to nscoding ? If it's for caching purpose keep in mind that all the requests to trakt.tv are cached based on the provided http headers given by their api.
@arsonik Yes, i want to save objects to cache. Http headers based caching not working for me.
@arsonik Is it possible to implement?