摘要:
- (NSString *)intervalSinceNow: (NSString *) theDate{ NSString *timeString=@""; NSDateFormatter *format=[[NSDateFormatter alloc] init]; [format setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; NSDate *fromdate=[format dateFromString:theDate]; NSTimeZone *fromzone = [NSTimeZone systemTimeZo 阅读全文
posted @ 2014-02-08 09:48
菜鸟程序猿
阅读(4925)
评论(0)
推荐(0)
摘要:
//改变图片颜色- (UIImage *)imageWithColor:(UIColor *)color{UIGraphicsBeginImageContextWithOptions(self.size, NO, self.scale);CGContextRefcontext = UIGraphicsGetCurrentContext();CGContextTranslateCTM(context, 0, self.size.height);CGContextScaleCTM(context, 1.0, -1.0);CGContextSetBlendMode(context, kCGBlend 阅读全文
posted @ 2014-02-08 09:34
菜鸟程序猿
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号