》》》总结和UIImageView相关的调用方法
UIImage *imageLogo = [[UIImage alloc] initWithContentsOfFile:[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"LOGO.png"]];
UIImageView *logoImageView = [[UIImageView alloc] initWithImage:imageLogo];
Powered by: 博客园 Copyright © 2024 星尘的天空 Powered by .NET 8.0 on Kubernetes