StorageDone iOS:Swift库使在iOS应用中使用面向本地文档的数据库变得容易 源码
StorageDone-iOS Swift库可轻松在iOS应用中使用面向本地文档的数据库。 安装 要安装StorageDone,请将此行添加到您的Podfile中 pod 'StorageDone' 用法 StorageDone使您可以轻松地将Codable模型保存在本地数据库中。 首先创建一个模型 struct Teacher : Codable { let id : String let name : String ? let surname : String ? let age : Int ? let cv : String ? } 然后创建
文件列表
StorageDone-iOS-master.zip
(预估有个31文件)
StorageDone-iOS-master
.gitignore
319B
StorageDone.xcodeproj
project.xcworkspace
xcshareddata
IDEWorkspaceChecks.plist
238B
contents.xcworkspacedata
156B
xcuserdata
Dario.xcuserdatad
UserInterfaceState.xcuserstate
9KB
暂无评论