//本地资源
[UIImage imageNamed:@"58x58.png"];
//远程资源
[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://localhost/58x58.png"]]];
//本地资源
[UIImage imageNamed:@"58x58.png"];
//远程资源
[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://localhost/58x58.png"]]];