• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - 如何阻止图像在 UIImageView 中缩放?

[复制链接]
菜鸟教程小白 发表于 2022-12-13 02:05:36 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

这是 Apple 的 cocoa-dev 邮件列表中的一位用户提出的问题,他认为我的回答对 Stack Overflow 会有所帮助:

In XCode/IB, if add an Image View that has the Image property to an image in my project it shows the image scaled to fit the Frame of the Image View. How can I stop this and just truncate it? I want two images on top of each other and just show the top half of one and the bottom half of the other.

I see loads of scaling options in the “Content Mode” Property, but nothing to say “none”. The closest I’ve managed so far is to set the Content Mode to “Aspect Fit” and also set the clip to bounds. This does what I want BUT the centre of the image shows, not the top, left.

Basically, I have two 24 x 24 images placed one on top of the other, I want to show the first half (e.g. 0,0,24,12) of ImageA and the bottom half of imageB (e.g. 0,12,24,12).

Can I do this in XCode/IB? If not can I do this in code?



Best Answer-推荐答案


创建两个 ImageView ,将它们的大小设置为 24 x 12,并设置 Clip To Bounds 属性。

对于一个 View ,将其内容模式设置为顶部(== 顶部中心)或左上角,另一个 View 设置为底部(== 底部中心)或左下角。

如果您关闭剪辑属性,那么您将看到图像绘制在 ImageView 的边界之外。

关于ios - 如何阻止图像在 UIImageView 中缩放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44976956/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap