EFPrefix / EFStorage

Store anything anywhere with ease. Documentation:

Home Page:https://github.com/EFPrefix/EFStorage/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EFStorage

An easy way to store anything anywhere -- UserDefaults, KeychainAccess, YYCache, you name it!

@EFStorageUserDefaults(forKey: "username")
var username: String = User.Name.random()

// Or, if you don't like constraints,
UserDefaults.efStorage.username = "OwO"

Usage

License

MIT License.

Icons of the demo projects in CocoaPods/ folder are from 萌娘百科 - 四次元ポケット. We are using it because in the hope that EFStorage can be like Doraemon's 4D Pocket to you.

About

Store anything anywhere with ease. Documentation:

https://github.com/EFPrefix/EFStorage/wiki

License:MIT License


Languages

Language:Swift 95.8%Language:Ruby 4.2%