STDebugConsole 0.1.1

STDebugConsole 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by startry.



STDebugConsole is an In-App debug console for your iOS Application.

STDebugConsole will focus on In-App Console Feature.

Still Developing, and the simplest demo (tag 0.1.1) was ready.

Console in App

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

step1: Add redirect code to your aplication.

[STDebugConsole setModel:STDebugConsoleModelRedirect];

step2: present STDebugConsoleViewController anywhere.

STDebugConsoleViewController *consoleVC = [[STDebugConsoleViewController alloc] init];
[self presentViewController:consoleVC animated:YES completion:nil];

Feature - Customize Color

You can customize color base on different searchkey.

For Example:

[STDebugConsole setColor:[UIColor greenColor] withSearchKey:[Info]];

Also you can customize default color

[STDebugConsole setDefaultColor:[UIColor grayColor]];

Requirements

iOS 7.0+

Installation

STDebugConsole is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "STDebugConsole"

License

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