Hi there, In a general object like this: ~~~ function myObject() { this.myVariable = 5; this.MyMethod = function(){} } ~~~ When i use the Ti.App.Properties.setObject(); to store the object and then i retrieve it with and Ti.App.Properties.getObject();...
Very excited to find setObject and getObject now added to properties in SDK 2.1.0 but found that I can't set an object that had a null element. Is this correct, or a bug? eg: `Ti.App.Properties.setObject('userObj',{UserID:null});` give the following...
Showing 1-2 of 2