TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Marcus Kida.
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;
}
To run the example project, clone the repo, and run pod install
from the Example directory first.
Marcus Kida, [email protected]
Verboso is available under the MIT license. See the LICENSE file for more info.