小编Dav*_*gas的帖子

转换为swift 3后,解析saveInBackground无法正常工作

我最近更新了我的解析的项目到今天迅速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)

xcode parse-platform swift swift3

2
推荐指数
1
解决办法
1412
查看次数

标签 统计

parse-platform ×1

swift ×1

swift3 ×1

xcode ×1