Day, guys. I need to set append new object to Array, which placed in Parse.com. Something like this:
var myArray:NSArray = []
myArray.append("newObject")
PFObject.setObject(myArray, forKey: "ArrayParse")
My goal - is saved Username to Array and get them, from array in parse. Thanks a lot for helping