摘要: 1. 改变指定字符的颜色 NSString * text = [NSString stringWithFormat:@"%@米",distance]; NSMutableAttributedString *attributedStr = [[NSMutableAttributedString all 阅读全文
posted @ 2017-05-18 14:22 日月哥哥 阅读(357) 评论(0) 推荐(0)
摘要: 在 UIImage+MultiFormat这个类里面添加如下压缩方法, +(UIImage *)compressImageWith:(UIImage *)image { float imageWidth = image.size.width; float imageHeight = image.si 阅读全文
posted @ 2017-05-18 14:16 日月哥哥 阅读(1382) 评论(0) 推荐(0)