uiimageview如何显示实际宽度和高度
您好,我正在 UIImageview 中显示图像,有些图像很小,有些很大。
如何根据实际宽度和高度自动显示图像?
请帮忙
Hi I am displaying images in UIImageview and some images are small and some are big.
how to auto-display the images as per the actual width and height.?
please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该将 imageview.frame 设置为相应的值(从 UIImage.size 借用)。
You should set imageview.frame to corresponding value (borrowed from UIImage.size).
将 UIImageView 框架设置为 UIImage 的大小,
就像这样
Set the UIImageView frame to be the size of the UIImage
Something like this