(IOS)根据bundle中的图片名创建imageview

+ (id)imageViewWithImageNamed:(NSString*)imageName

{

    return [[UIImageView alloc] initWithImage:[UIImage imageNamed:imageName]];

}

你可能感兴趣的:((IOS)根据bundle中的图片名创建imageview)