我最近更新了我的解析的项目到今天迅速3和我的沮丧不是单一的saveInBackgroundWithBlock
,getDataInBackground
,findObjectsInBackGround
etc
工作.-______-这是一个不起作用的部分示例:
newCart.saveInBackground { (saved:Bool, error:NSError?) -> Void in
if saved {
print("saved worked")
} else {
print(error)
}
}
Run Code Online (Sandbox Code Playgroud)