/Deboogger

Tool that allows you simplify such tasks as clear keychain, do logout and so on from any place of your app

Primary LanguageSwiftMIT LicenseMIT

Deboogger

Debug screen for your apps.

Deboogger

Usage

Deboogger.configure(with:
    SwitchTestPlugin(),
    SliderTestPlugin(),
    SegmentTestPlugin(),
    ButtonTestPlugin()
)

Deboogger.configure(with:
    Section(title: "Section 1", plugins: SwitchTestPlugin(), SliderTestPlugin()),
    Section(title: "Section 2", plugins: SegmentTestPlugin(), ButtonTestPlugin())
)

Installation

Carthage:

github "Otbivnoe/Deboogger"

License

Deboogger is available under the MIT license. See the LICENSE file for more info.