Sweet 0.1.1

Sweet 0.1.1

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最新发布2017 年 2 月
SPM支持 SPM

Kostiantyn Koval 维护。



Sweet 0.1.1

Sweet

Swift 中常用的小样板代码集合

AppInfo

 let name = AppInfo.productName 
 //Name of your project. Useful fot getting default coreData module and other things

FileHelper

用于处理文件位置的漂亮 API

let documentDir = FileHelper.documentDirectory  
let path = FileHelper.filePath(fileName) // file path in Documents directory  
let path = FileHelper.filePath(fileName, directory: .CachesDirectory)  
// file path in CachesDirectory