/
DLog

DLog

#ifdef DEBUG
    #define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
#else
    #define DLog(...)
#endif

Related content

Using OCLint in Xcode
Using OCLint in Xcode
More like this
IsEmpty
IsEmpty
More like this
ios开发代码统计
ios开发代码统计
More like this
NSString+MD5
NSString+MD5
More like this
How Best to Use Delegates and Notifications in Objective-C
How Best to Use Delegates and Notifications in Objective-C
More like this
NSMutableAttributedString
NSMutableAttributedString
More like this