https://github.com/alperozturk96/iokit
A tool that simplifies local storage management.
https://github.com/alperozturk96/iokit
Last synced: 3 months ago
JSON representation
A tool that simplifies local storage management.
- Host: GitHub
- URL: https://github.com/alperozturk96/iokit
- Owner: alperozturk96
- Created: 2023-07-15T11:16:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T07:18:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T07:40:28.896Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOKit
## Keychain
+ Write Data with provided key
+ Write Codable Source with provided key
+ Update Data with provided key
+ Read Data with provided key
+ Read Codable Source with provided key
+ Delete Data with provided key
+ Delete All Datas inside keychain## UserDefaults
+ Write any data with provided key
+ Read Bool, Data, String with provided key
+ Delete All UserDefaults data## FileManager
+ Create directory in documentDirectory
+ Check directory existance in documentDirectory