-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,35 @@ | ||
# ZXUserDefaultManager | ||
# DDUserDefaultManager | ||
|
||
![](https://img.shields.io/badge/CocoaPods-supported-brightgreen) ![](https://img.shields.io/badge/Swift-5.0-brightgreen) ![](https://img.shields.io/badge/License-MIT-brightgreen) ![](https://img.shields.io/badge/version-iOS11.0-brightgreen) | ||
|
||
[English](./README_en.md) | ||
|
||
如果您需要的是快速集成多个调试功能,例如日志查看、网速测试、文件查看等功能,请使用 [DamonHu/ZXKitSwift](https://github.com/DamonHu/ZXKitSwift)。 | ||
|
||
**该插件已经默认集成在[ZXKitSwift](https://github.com/DamonHu/ZXKitSwift)中,如果您已经集成了`ZXKitSwift`,无需重复集成该插件** | ||
### [中文文档](https://ddceo.com/blog/1289.html) | ||
|
||
iOS UserDefault data management, iOS UserDefault数据管理 | ||
|
||
## install | ||
|
||
## 集成 | ||
|
||
cocoapods快速集成 | ||
cocoapods | ||
|
||
```ruby | ||
pod 'ZXUserDefaultManager' | ||
pod 'DDUserDefaultManager' | ||
``` | ||
|
||
### 使用 | ||
### Use | ||
|
||
```swift | ||
//显示管理器 | ||
ZXUserDefaultManager.shared.start() | ||
DDUserDefaultManager.shared.start() | ||
``` | ||
|
||
## 预览 | ||
## Preview | ||
|
||
|
||
|文件列表|文件类型| | ||
|File List|File Type Icon| | ||
|----|----| | ||
|![](./preview/demo2.png)|![](./preview/demo1.png)| | ||
|
||
功能示例 | ||
Function example | ||
|
||
![](./preview/preview.gif) | ||
|
||
|
||
## License | ||
|
||
该项目基于MIT协议,您可以自由修改使用 | ||
The project is based on the MIT License |
This file was deleted.
Oops, something went wrong.