EVCloudKitDao简化Apple CloudKit访问

EVCloudKitDao 是一个挺实用的库,专门简化对 Apple CloudKit 的访问。说白了,它能帮你多你不想写的服务器端逻辑,直接专注客户端开发,节省不少时间。CloudKit 本身了身份验证、私有和公共数据库、结构化和资产存储服务,而且这些都是免费的。所以,如果你需要用 iCloud 存储数据,或者做个跨设备同步的功能,这个库绝对能帮你大忙。
这个库的工作原理简单,基本上通过EVCloudKitDao.swift来控制数据和通知,EVCloudData.swift则帮你轻松 CloudKit 数据。EVglobal.swift这个文件也会给你一些全局的。
说到实践,假如你正在做一个带同步功能的社交应用,用户的数据需要同步到 iCloud,EVCloudKitDao 能帮你搞定。你也不用为每个求单独写逻辑,它帮你了多事。
不过,要注意的是,虽然 CloudKit 能多事情,但它在一些复杂场景下没那么灵活,所以最好先了解一下 CloudKit 的基本功能,再决定用 EVCloudKitDao。

folder
EVCloudKitDao:简化对Apple CloudKit的访问 预估大小:125个文件
file
.gitignore 632B
folder
main.m 文件夹
file
MessageIncoming.aiff 42KB
file
MessageOutgoing.aiff 40KB
file
image-not-available.jpg 13KB
file
AppMessage.entitlements 757B
file
Contents.json 352B
file
Contents.json 353B
file
Contents.json 353B
file
Contents.json 1KB
file
Contents.json 2KB
file
Contents.json 309B
file
Contents.json 349B
file
Contents.json 350B
file
AppMessage-Bridging-Header.h 380B
file
AppMessage.iml 159KB
file
LICENSE 1KB
file
README.md 21KB
file
AppMessage.iml 159KB
file
Podfile.lock 2KB
zip 文件大小:1.27MB