UI图像按比例缩放
我有一个 UIImageView。我正在将 UIImage 设置为此 UIImageView,内容模式为 UIContentModeScaleAspectFit。我可以知道使用 UIContentModeScaleAspectFit 时 UIImage 调整大小的比例吗?
I have a UIImageView. and i am setting a UIImage to this UIImageView with content mode as UIContentModeScaleAspectFit. Can i know the scale in which the UIImage is resizing when using UIContentModeScaleAspectFit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,但不是自动的:)
比例尺将类似于
您必须使用正确的比例尺,具体取决于图像是垂直还是水平放置;)
Yes, but not automatically :)
The scale will be something like
You will have to use the correct one depending on if the image has fitted vertically or horizontally ;)