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

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -