Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangzhizhou/debugsettings
Easy Way that add debug related settings entry
https://github.com/wangzhizhou/debugsettings
Last synced: about 2 months ago
JSON representation
Easy Way that add debug related settings entry
- Host: GitHub
- URL: https://github.com/wangzhizhou/debugsettings
- Owner: wangzhizhou
- License: mit
- Created: 2022-10-28T04:55:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T06:16:35.000Z (9 months ago)
- Last Synced: 2024-04-06T07:22:57.710Z (9 months ago)
- Language: Swift
- Homepage: https://wangzhizhou.github.io/DebugSettings/documentation/debugsettings/
- Size: 11.3 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DebugSettings
这个组件用来简化添加调试开关的流程,方便App快速添加各种调试工具。
目前主要支持类型:
- 开关类(switch):提供开关状态变化事件处理能力
- 按钮类(button):提供点击事件处理能力
- 子页面类(subpage): 跳转调试设置子页面能力
## 接入
### SPM方式
```swift
.package(url: "https://github.com/wangzhizhou/DebugSettings.git", branch: "main")
```### Cocoapods方式
```ruby
pod 'DebugSettings'
```
### [文档链接](https://wangzhizhou.github.io/DebugSettings/documentation/debugsettings/)