ZZAutoDescription
ZZAutoDescription copied to clipboard
Pretty-printer for your or standard Objective-C objects.
Results
2
ZZAutoDescription issues
Sort by
recently updated
recently updated
newest added
Consider adding the following: ``` Objective-C AUTO_DESCRIPTION_EXCLUDE_PROPS(@[@"foo", @"bar"]) AUTO_DESCRIPTION_EXCLUDE_SUPER_CLASSES(@[[NSObject class]]) ``` Advantage: - Its shorter. - Declare AUTO_DESCRIPTION config all together.
Generally, Objective-C Category methods should have prefix. please see this entry. http://nshipster.com/namespacing/