TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Feb 2017 |
SPMSupports SPM | ✗ |
Maintained by Kostiantyn Koval.
A collection of common small boilerplate in Swift
let name = AppInfo.productName
//Name of your project. Useful fot getting default coreData module and other things
A nice API for working with files locations
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