/
DLog
DLog
#ifdef DEBUG #define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); #else #define DLog(...) #endif
, multiple selections available,
Related content
ios开发代码统计
ios开发代码统计
More like this
NSString+MD5
NSString+MD5
More like this
Image Dimension
Image Dimension
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