2017年5月4日
摘要: #if TARGET_IPHONE_SIMULATOR//模拟器 #elif TARGET_OS_IPHONE//真机 #endif 阅读全文
posted @ 2017-05-04 15:56 廖利君 阅读(177) 评论(0) 推荐(0) 编辑
摘要: // 根据颜色生成一张尺寸为1*1的相同颜色图片 + (UIImage *)imageWithColor:(UIColor *)color; #import "UIImage+Image.h" @implementation UIImage (Image) + (UIImage *)imageWit 阅读全文
posted @ 2017-05-04 14:57 廖利君 阅读(465) 评论(0) 推荐(0) 编辑