“AppDelegate”类型的值没有成员“saveContext”

时间:2017-02-27 08:06:45

标签: ios swift

我正在使用firebase在swift 3.0中集成google signin。但是显示错误:'AppDelegate'类型的值没有成员'saveContext'

1 个答案:

答案 0 :(得分:0)

  1. 确保var items = [{ title: "Trumping the Horns", value: 5.95 }, { title: "Rocking about", value: 20.00 }, { title: "Trumping the Horns", value: 5.95 }], result = items.reduce( (map => (r, a) => (!map.has(a.title) && map.set(a.title, r[r.push({ title: a.title, amount: 0 }) - 1]), map.get(a.title).amount++, r))(new Map), [] ); console.log(result)班级
  2. 中有saveContext方法
  3. AppDelegate转发共享应用程序:
  4. AppDelegate