PBJDebuggingTools

Animations & transitions framework.


License
MIT
Install
pod try PBJDebuggingTools

Documentation

PBJDebuggingTools

Build Status Version License Platform Languages BCH compliance CocoaPods Donate

Content

  • DLog

Requirements

No requirements needed.

Example

Screenshot

Installation

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

pod 'PBJDebuggingTools'

How To Use

To use PBJDebuggingTools first import the class:

*Import

#import <PBJDebuggingTools/PBJDLog.h>

Then simply add one of the methods to your code:

DLog(@"");
ALog(@"");
ULog(@"");

Author

Joseph Razon, razonjoe@gmail.com

License

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