ios - Are ivars of PFObject subclasses stored in local datastore? -
i have subclass of pfobject
called session
. object stores array of objects instance variable. array contains objects of type event
, subclass of pfobject
. when call pininbackground
on session
object cache locally, array instance var cached? understand caching standard pfobjects
stores data dictionary, subclasses?
based on comment @lightice11 above, realized can achieved marking instance vars @nsmanaged
, , saved in parse local datastore.
Comments
Post a Comment