使用 UIViewContentModeScaleAspectFill 剪切到边界
有什么方法可以控制 UIViewContentModeScaleAspectFill 剪辑图像的位置?就我而言,图像总是在图像中心周围被剪裁。是否可以将其夹在顶部?
谢谢!
安东尼奥
is there any way of controlling where UIViewContentModeScaleAspectFill clips an image? In my case, images are always clipped around the center of the image. Is it possible to make it clip around the top?
Thanks!
Antonio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIViewContentModeScaleAspectFill 的当前实现确实是如您所指出的那样将图像居中,据我所知,无法改变这种行为。
The current implementation of
UIViewContentModeScaleAspectFill
is indeed to center the image as you pointed out, to my knowledge there's no way of altering this behavior.