swift - Xcode6.1 testObject.saveinbackgroud( ) -



swift - Xcode6.1 testObject.saveinbackgroud( ) -

i trying utilize parse can't add together testobject.saveinbackgroud() when seek getting error. tried find reply on web didnt got result. believe lot of people having same issue.

var testobject: pfobject(classname:"testobject") testobject["foo"] = "bar" testobject.setobject("user1", forkey: "user") testobject.saveinbackgroud()

well, found xcode6.1 utilize .save() , not .saveinbackground.

var testobject: pfobject(classname:"testobject") testobject["foo"] = "bar" testobject.setobject("user1", forkey: "user") testobject.save()

swift parse.com xcode6.1

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -