Verboso 0.0.1

Verboso 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Marcus Kida.



Verboso 0.0.1

Scope

Verbose is a category on NSObject to make it easy for you to debug your Objects. It overrides -(NSString *)debugDescription and outputs all the Object's properties like so:

<TestObject: 0x7fe17b90a720> {
    color = "UIDeviceRGBColorSpace 0 1 0 1";
    name = John;
}

Usage

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

Requirements

Installation

Author

Marcus Kida, [email protected]

License

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