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
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.
Please implement NSCoding Protocol for Trakt model classes.
The text was updated successfully, but these errors were encountered: