摘要:
#if TARGET_IPHONE_SIMULATOR//模拟器 #elif TARGET_OS_IPHONE//真机 #endif 阅读全文
摘要:
// 根据颜色生成一张尺寸为1*1的相同颜色图片 + (UIImage *)imageWithColor:(UIColor *)color; #import "UIImage+Image.h" @implementation UIImage (Image) + (UIImage *)imageWit 阅读全文