圆代码 发表于 2013-1-30 20:36:06

IOS 显示Debug信息

根据是Debug和Release显示不同的调试信息在Ios开发中是常见的
我以前是这么做的 
 #ifdef DEBUG
<div class="cnblogs_code" style="font-family: 'Courier New'; padding: 5px; border: 1px solid #cccccc;">#define Dlog NSLog
#else
#define Dlog //NSLog
#endif
页: [1]
查看完整版本: IOS 显示Debug信息