应用程序运行时 UIImageView 发生变化

发布于 2024-10-03 09:41:11 字数 121 浏览 4 评论 0原文

我有一个 UIImageView,边缘有一些我不想显示的东西。所以在 IB 中,我只是拉入边框的边缘并将视图模式设置为“中心”,这样它就会剪掉边缘。但是当我运行该应用程序时,它会显示它们。我应该为此寻找任何特定的设置或布尔值吗?

I have a UIImageView that has some stuff on the edges that I don't want to show. So in IB I just pulled in the edges of the border and made the view mode "center" so it clips off the edges. But when I run the app, it shows them. Any specific settings or BOOL's I should be looking at for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉墨 2024-10-10 09:41:11

是的:clipsToBounds 属性。如果这不起作用,请尝试其 layermasksToBounds 属性。

Yep: the clipsToBounds property. If that doesn't work, try its layer's masksToBounds property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文