Kuda
Usage
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. To install it, simply add the following line to your Podfile:
pod 'Kuda'
Author
noppe, [email protected]
License
Kuda is available under the MIT license. See the LICENSE file for more info.