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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -