我正在使用firebase在swift 3.0中集成google signin。但是显示错误:'AppDelegate'类型的值没有成员'saveContext'
答案 0 :(得分:0)
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)
班级saveContext
方法
AppDelegate
转发共享应用程序:
AppDelegate