iOS判断是模拟器还是真机
摘要:
[代码]iOS判断是模拟器还是真机 #if TARGET_IPHONE_SIMULATOR//模拟器 #elif TARGET_OS_IPHONE//真机 #endif 阅读全文
posted @ 2016-03-11 17:35 Sinner_Yun 阅读(535) 评论(0) 推荐(0) 编辑
posted @ 2016-03-11 17:35 Sinner_Yun 阅读(535) 评论(0) 推荐(0) 编辑