基本控件_UIImageView

》》》总结和UIImageView相关的调用方法

UIImage *imageLogo = [[UIImage alloc] initWithContentsOfFile:[[[NSBundle mainBundle] resourcePath]               stringByAppendingPathComponent:@"LOGO.png"]];

UIImageView *logoImageView = [[UIImageView alloc] initWithImage:imageLogo];

原文地址:https://www.cnblogs.com/xingchen/p/2100658.html