且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

设置显示路径/图像的顺序

更新时间:2023-01-06 21:20:42

将图片添加到

UIImage *myImage = [UIImage imageNamed:@"image.png"];
UIImageView *myImageView = [[UIImageView alloc] initWithImage:myImage];
[self.view addSubview:myImageView];