Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/kuda
Kuda provide debug tools in your app.
https://github.com/noppefoxwolf/kuda
Last synced: 29 days ago
JSON representation
Kuda provide debug tools in your app.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/kuda
- Owner: noppefoxwolf
- License: mit
- Created: 2020-05-18T16:40:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T15:01:50.000Z (over 4 years ago)
- Last Synced: 2024-05-02T05:46:04.784Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kuda
![](https://github.com/noppefoxwolf/Kuda/blob/master/.github/preview.gif)
## Usage
```swift
Kuda.install(debuggerItems: [
CustomSuccessDebugItem(),
CustomFailureDebugItem(),
UIDebugItem({ UISwitch() }),
UIDebugItem({ ExampleViewController(rootView: ExampleView()) }),
ViewControllerDebugItem({ ExampleViewController(rootView: ExampleView()) }),
CaseSelectableDebugItem(currentValue: Animal.dog, didSelected: { print($0) }),
InfoDebugItem(),
ExitDebugItem(),
])
```## Requirements
## Installation
Kuda is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'Kuda'
```## Author
noppe, [email protected]
## License
Kuda is available under the MIT license. See the LICENSE file for more info.