摘要: +(UIImage*) createImageWithColor:(UIColor*) color { CGRect rect=CGRectMake(0.0f, 0.0f, 1.0f, 1.0f); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphicsGetCurrent... 阅读全文
posted @ 2016-04-19 14:15 新年新气象 阅读(173) 评论(0) 推荐(0)
摘要: NSString *url = [[NSString alloc] initWithFormat:@"http://itunes.apple.com/lookup?id=%@",@"***"]; [self reqeautDataUrl:url parma:nil block:^(NSDiction 阅读全文
posted @ 2016-04-19 14:11 新年新气象 阅读(656) 评论(0) 推荐(0)
摘要: GDC dispatch_semaphore GDC dispatch_semaphore 2013-07-08 11:34 8208人阅读 评论(0) 收藏 举报 2013-07-08 11:34 8208人阅读 评论(0) 收藏 举报 分类: Objective -c(28) Xcode 编程( 阅读全文
posted @ 2016-04-19 14:09 新年新气象 阅读(228) 评论(0) 推荐(0)