标签:style blog color for sp div on c log
1.
UIImage *img = [UIImage imageNamed:@"imageName"];
2.
NSString *imageFilePath = [[NSBundle mainBundle] pathForResource:@"100" ofType:@"jpg"]; NSData *imageData = [NSData dataWithContentsOfFile:imageFilePath]; UIImage *image = [UIImage imageWithData:imageData];
标签:style blog color for sp div on c log
原文地址:http://www.cnblogs.com/lear/p/3995159.html